fate: delete output files from successful tests
Originally committed as revision 24150 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -32,3 +32,5 @@ case $cmp in
|
|||||||
diff) diff -u -w "$ref" "$outfile" ;;
|
diff) diff -u -w "$ref" "$outfile" ;;
|
||||||
oneoff) oneoff "$ref" "$outfile" "$fuzz" ;;
|
oneoff) oneoff "$ref" "$outfile" "$fuzz" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
test $? = 0 && rm $outfile
|
||||||
|
Reference in New Issue
Block a user