Skip to content

Commit

Permalink
Minor changes to test outputs from falco cmdline_options changes
Browse files Browse the repository at this point in the history
Very minor changes to expected outputs for a couple of tests. These
resulted from falco switching to application + cmdline_options objects

Signed-off-by: Mark Stemm <mark.stemm@gmail.com>
  • Loading branch information
mstemm committed Feb 4, 2022
1 parent 8b71034 commit d976874
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/falco_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ trace_files: !mux

disabled_and_enabled_rules_1:
exit_status: 1
stderr_contains: "Runtime error: You can not specify both disabled .-D/-T. and enabled .-t. rules. Exiting."
stderr_contains: "Runtime error: Could not initialize: You can not specify both disabled .-D/-T. and enabled .-t. rules. Exiting."
disable_tags: [a]
run_tags: [a]
rules_file:
Expand All @@ -660,7 +660,7 @@ trace_files: !mux

disabled_and_enabled_rules_2:
exit_status: 1
stderr_contains: "Runtime error: You can not specify both disabled .-D/-T. and enabled .-t. rules. Exiting."
stderr_contains: "Runtime error: Could not initialize: You can not specify both disabled .-D/-T. and enabled .-t. rules. Exiting."
disabled_rules:
- "open.*"
run_tags: [a]
Expand Down

0 comments on commit d976874

Please sign in to comment.