Skip to content

Commit 3cb37c0

Browse files
committed
tests/fate-run: Remove intermediate files from enc-external tests
Signed-off-by: Andreas Rheinhardt <[email protected]>
1 parent 453ae55 commit 3cb37c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/fate-run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ enc_external(){
322322

323323
srcfile=$(target_path $srcfile)
324324
encfile=$(target_path "${outdir}/${test}.${enc_fmt}")
325+
test "$keep" -ge 1 || cleanfiles="$cleanfiles $encfile"
325326

326327
ffmpeg -i $srcfile $enc_opt -f $enc_fmt -y $encfile || return
327328
run ffprobe${PROGSUF}${EXECSUF} -bitexact $probe_opt $encfile || return

0 commit comments

Comments
 (0)