[FFmpeg-cvslog] tests/fate-run: Remove intermediate files from enc-external tests

Andreas Rheinhardt git at videolan.org
Fri Jun 6 18:31:06 EEST 2025


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at 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.rheinhardt at 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



More information about the ffmpeg-cvslog mailing list