forked from FFmpeg/FFmpeg
fate: delete output files from successful tests
Originally committed as revision 24150 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3ec8d24ac9
commit
7d610af6f2
1 changed files with 2 additions and 0 deletions
|
@ -32,3 +32,5 @@ case $cmp in
|
|||
diff) diff -u -w "$ref" "$outfile" ;;
|
||||
oneoff) oneoff "$ref" "$outfile" "$fuzz" ;;
|
||||
esac
|
||||
|
||||
test $? = 0 && rm $outfile
|
||||
|
|
Loading…
Add table
Reference in a new issue