fmf: Plumb through $TEST_* variables for unexpected messages
This will allow us to control the value from test plans, in particular
for disabling at least some unexpected message checks for reverse
dependency testing. We don't want to disable unexpected messages
in general for fmf, as we are looking for exactly these in e.g.
selinux-policy reverse dependency tests.
Move from `su` to `runtest`, as with the former it's impossible to plumb
through variables with non-trivial characters, as they cannot be quoted.
Taken from c38692fa4c
This commit is contained in:
parent
139d73a03b
commit
9544f57220
4 changed files with 17 additions and 6 deletions
4
Makefile
4
Makefile
|
|
@ -172,10 +172,10 @@ print-vm:
|
|||
# without actually running them
|
||||
prepare-check: $(NODE_MODULES_TEST) $(VM_IMAGE) test/common
|
||||
|
||||
# run the browser integration tests; skip check for SELinux denials
|
||||
# run the browser integration tests
|
||||
# this will run all tests/check-* and format them as TAP
|
||||
check: prepare-check
|
||||
TEST_AUDIT_NO_SELINUX=1 test/common/run-tests ${RUN_TESTS_OPTIONS}
|
||||
test/common/run-tests ${RUN_TESTS_OPTIONS}
|
||||
|
||||
# checkout Cockpit's bots for standard test VM images and API to launch them
|
||||
bots: $(COCKPIT_REPO_STAMP)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue