From e575d59afe928af7729cc8abed94cc100c991444 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Sun, 20 Sep 2020 16:39:59 +0200 Subject: tests/fate-run: Always overwrite output files for md5 tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherwise the result of such tests will not accurately reflect the current state. Reviewed-by: Jan Ekström Signed-off-by: Andreas Rheinhardt --- tests/fate-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/fate-run.sh b/tests/fate-run.sh index 1b283e9c35..58d5fdbb60 100755 --- a/tests/fate-run.sh +++ b/tests/fate-run.sh @@ -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}' } -- cgit v1.2.3