You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
tests/fate-run: Always overwrite output files for md5 tests
Otherwise the result of such tests will not accurately reflect the current state. Reviewed-by: Jan Ekström <jeebjp@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
@@ -158,7 +158,7 @@ md5pipe(){
|
||||
md5(){
|
||||
encfile="${outdir}/${test}.out"
|
||||
cleanfiles="$cleanfiles $encfile"
|
||||
ffmpeg "$@" $(target_path $encfile)
|
||||
ffmpeg -y "$@" $(target_path $encfile)
|
||||
do_md5sum $encfile | awk '{print $1}'
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user