Patch attached. - Andreas
From 1c4456776072551b303484083da4fb1c7e1a44a2 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt <andreas.rheinha...@outlook.com> Date: Sat, 31 May 2025 03:32:47 +0200 Subject: [PATCH] tests/fate-run: Remove intermediate files from enc-external tests
Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@outlook.com> --- 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 -- 2.45.2
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".