mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-28 18:23:08 +00: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:
parent
ce30c3d5b9
commit
e575d59afe
@ -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}'
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user