From 7d610af6f295832dc4f54bda038001796d3af2c7 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Fri, 9 Jul 2010 23:36:04 +0000 Subject: fate: delete output files from successful tests Originally committed as revision 24150 to svn://svn.ffmpeg.org/ffmpeg/trunk --- tests/fate-run.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') 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 -- cgit v1.2.3