OSDN Git Service

fate: clean up also after failed runs
authorMåns Rullgård <mans@mansr.com>
Tue, 27 Jul 2010 11:57:51 +0000 (11:57 +0000)
committerMåns Rullgård <mans@mansr.com>
Tue, 27 Jul 2010 11:57:51 +0000 (11:57 +0000)
Originally committed as revision 24542 to svn://svn.ffmpeg.org/ffmpeg/trunk

tests/fate.sh

index 5870f52..5ca8500 100755 (executable)
@@ -82,6 +82,7 @@ report(){
 
 fail(){
     report "$@"
+    clean
     exit
 }