[FFmpeg-cvslog] r24150 - trunk/tests/fate-run.sh

mru subversion
Sat Jul 10 01:36:05 CEST 2010


Author: mru
Date: Sat Jul 10 01:36:04 2010
New Revision: 24150

Log:
fate: delete output files from successful tests

Modified:
   trunk/tests/fate-run.sh

Modified: trunk/tests/fate-run.sh
==============================================================================
--- trunk/tests/fate-run.sh	Sat Jul 10 01:26:39 2010	(r24149)
+++ trunk/tests/fate-run.sh	Sat Jul 10 01:36:04 2010	(r24150)
@@ -32,3 +32,5 @@ case $cmp in
     diff)   diff -u -w "$ref" "$outfile"            ;;
     oneoff) oneoff     "$ref" "$outfile" "$fuzz"    ;;
 esac
+
+test $? = 0 && rm $outfile



More information about the ffmpeg-cvslog mailing list