[FFmpeg-cvslog] tests/fate-run: Always overwrite output files for md5 tests
Andreas Rheinhardt
git at videolan.org
Sun Sep 27 10:52:26 EEST 2020
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at gmail.com> | Sun Sep 20 16:39:59 2020 +0200| [e575d59afe928af7729cc8abed94cc100c991444] | committer: Andreas Rheinhardt
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 at gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e575d59afe928af7729cc8abed94cc100c991444
---
tests/fate-run.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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}'
}
More information about the ffmpeg-cvslog
mailing list