summaryrefslogtreecommitdiff
path: root/tests/fate-run.sh
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-07-09 23:36:04 +0000
committerMåns Rullgård <mans@mansr.com>2010-07-09 23:36:04 +0000
commit7d610af6f295832dc4f54bda038001796d3af2c7 (patch)
treeea65514981edc3742571807e62e100eae68f6d20 /tests/fate-run.sh
parent3ec8d24ac91af69f12ab78ea4c645155547e4220 (diff)
fate: delete output files from successful tests
Originally committed as revision 24150 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/fate-run.sh')
-rwxr-xr-xtests/fate-run.sh2
1 files changed, 2 insertions, 0 deletions
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