ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinha...@outlook.com> | Sat May 31 03:32:47 2025 +0200| [3cb37c0e715bfcba8ede1dd3e5829a367086ede4] | committer: Andreas Rheinhardt
tests/fate-run: Remove intermediate files from enc-external tests Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@outlook.com> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3cb37c0e715bfcba8ede1dd3e5829a367086ede4 --- tests/fate-run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/fate-run.sh b/tests/fate-run.sh index 5d904ab8bf..ff44c45757 100755 --- a/tests/fate-run.sh +++ b/tests/fate-run.sh @@ -322,6 +322,7 @@ enc_external(){ srcfile=$(target_path $srcfile) encfile=$(target_path "${outdir}/${test}.${enc_fmt}") + test "$keep" -ge 1 || cleanfiles="$cleanfiles $encfile" ffmpeg -i $srcfile $enc_opt -f $enc_fmt -y $encfile || return run ffprobe${PROGSUF}${EXECSUF} -bitexact $probe_opt $encfile || return _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".