From d8faa95702a1e21797f9010d4ad0417b85cb3f76 Mon Sep 17 00:00:00 2001 From: Leonardo Di Donato Date: Tue, 14 Jul 2020 16:05:43 +0000 Subject: [PATCH] fix(test): run_regression_tests.sh must generate falco_traces test suite in a non-interactive way Signed-off-by: Leonardo Di Donato --- test/run_regression_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run_regression_tests.sh b/test/run_regression_tests.sh index 988076d1..9b2b66fe 100755 --- a/test/run_regression_tests.sh +++ b/test/run_regression_tests.sh @@ -67,7 +67,7 @@ EOF } function prepare_multiplex_file() { - cp "$SCRIPTDIR/falco_traces.yaml.in" "$SCRIPTDIR/falco_traces.yaml" + /bin/cp -f "$SCRIPTDIR/falco_traces.yaml.in" "$SCRIPTDIR/falco_traces.yaml" prepare_multiplex_fileset traces-positive True prepare_multiplex_fileset traces-negative False