From: Måns Rullgård Date: Fri, 9 Jul 2010 23:36:04 +0000 (+0000) Subject: fate: delete output files from successful tests X-Git-Tag: v0.7b2~3558 X-Git-Url: https://git.libav.org/?p=libav.git;a=commitdiff_plain;h=7d610af6f295832dc4f54bda038001796d3af2c7;ds=inline fate: delete output files from successful tests Originally committed as revision 24150 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/tests/fate-run.sh b/tests/fate-run.sh index 278e2479bc..bf62805414 100755 --- a/tests/fate-run.sh +++ b/tests/fate-run.sh @@ -32,3 +32,5 @@ case $cmp in diff) diff -u -w "$ref" "$outfile" ;; oneoff) oneoff "$ref" "$outfile" "$fuzz" ;; esac + +test $? = 0 && rm $outfile