diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-04-22 23:47:38 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-04-28 02:39:37 +0200 |
commit | 1f34e8963f866d635f47a2417a07ca2cfe5bea7d (patch) | |
tree | 18157fc5fc28476f8f390bfce63d9108fb939c5a | |
parent | fb2e8142b6618073a745135884c3f3b7cd844845 (diff) | |
download | ffmpeg-1f34e8963f866d635f47a2417a07ca2cfe5bea7d.tar.gz |
tests/fate-run: Remove intermediate lavf_container_fate files
They are not used lateron.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rwxr-xr-x | tests/fate-run.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fate-run.sh b/tests/fate-run.sh index 8c27210ac0..a96ff049b0 100755 --- a/tests/fate-run.sh +++ b/tests/fate-run.sh @@ -340,6 +340,7 @@ lavf_container_fate() t="${test#lavf-fate-}" outdir="tests/data/lavf-fate" file=${outdir}/lavf.$t + cleanfiles="$cleanfiles $file" input="${target_samples}/$1" do_avconv $file -auto_conversion_filters $DEC_OPTS $2 -i "$input" "$ENC_OPTS -metadata title=lavftest" -vcodec copy -acodec copy do_avconv_crc $file -auto_conversion_filters $DEC_OPTS -i $target_path/$file $3 |