summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2018-05-02 00:46:04 +0100
committerMark Thompson <sw@jkqxz.net>2018-05-02 01:21:40 +0100
commite07b1913fc67b9244d82d49d2ab3cd661215c928 (patch)
tree03a00f092df9df9719255c40d96fb8c3bd690cf4
parentddd3a209dc5a535a4fca7fadd532e767651bd372 (diff)
fate/cbs: Always overwrite output in cbs fate tests
Before this, a failed test would keep failing because the output file is not cleaned up and subsequent runs would refuse to overwrite it.
-rw-r--r--tests/fate/cbs.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/cbs.mak b/tests/fate/cbs.mak
index 0f773abd05..bee349ed45 100644
--- a/tests/fate/cbs.mak
+++ b/tests/fate/cbs.mak
@@ -9,7 +9,7 @@ FATE_CBS_DEPS = $(call ALLYES, $(1)_DEMUXER $(2)_PARSER $(3)_METADATA_BSF $(4)_D
define FATE_CBS_TEST
# (codec, test_name, sample_file, output_format)
FATE_CBS_$(1) += fate-cbs-$(1)-$(2)
-fate-cbs-$(1)-$(2): CMD = md5 -i $(TARGET_SAMPLES)/$(3) -c:v copy -bsf:v $(1)_metadata -f $(4)
+fate-cbs-$(1)-$(2): CMD = md5 -i $(TARGET_SAMPLES)/$(3) -c:v copy -y -bsf:v $(1)_metadata -f $(4)
endef
# H.264 read/write