mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-02 09:32:17 +00:00
fix(test): run_regression_tests.sh must generate falco_traces test suite in a non-interactive way
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
parent
ef5e71598a
commit
d8faa95702
@ -67,7 +67,7 @@ EOF
|
|||||||
}
|
}
|
||||||
|
|
||||||
function prepare_multiplex_file() {
|
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-positive True
|
||||||
prepare_multiplex_fileset traces-negative False
|
prepare_multiplex_fileset traces-negative False
|
||||||
|
Loading…
Reference in New Issue
Block a user