summaryrefslogtreecommitdiff
path: root/tests/fate.sh
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-07-27 11:57:51 +0000
committerMåns Rullgård <mans@mansr.com>2010-07-27 11:57:51 +0000
commit51124db8ea839cdb8c9625309970088828440551 (patch)
treeab0d72e4e8fa0e2c54cf63174d1ad71310e0e533 /tests/fate.sh
parentcf0194a3f5f316235ab666a283292f5d03c34f87 (diff)
fate: clean up also after failed runs
Originally committed as revision 24542 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/fate.sh')
-rwxr-xr-xtests/fate.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fate.sh b/tests/fate.sh
index 5870f52604..5ca85000b5 100755
--- a/tests/fate.sh
+++ b/tests/fate.sh
@@ -82,6 +82,7 @@ report(){
fail(){
report "$@"
+ clean
exit
}