[SCM] libav/experimental: fate: delete output files from successful tests

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:10:51 UTC 2013


The following commit has been merged in the experimental branch:
commit 7d610af6f295832dc4f54bda038001796d3af2c7
Author: Måns Rullgård <mans at mansr.com>
Date:   Fri Jul 9 23:36:04 2010 +0000

    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 278e247..bf62805 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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list