Skip to content

Commit

Permalink
vagrant(rawhide): running tests on local machine now requires --feeli…
Browse files Browse the repository at this point in the history
…ng-safe
  • Loading branch information
mrc0mmand committed Nov 4, 2024
1 parent 4110d7d commit a416d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant/test_scripts/test-rawhide-selinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ if ! exectask "TEST-06-SELINUX" "make -C test/TEST-06-SELINUX clean setup run";
fi

# systemd-related tests from the SELinux test suite
exectask "fedora-selinux-testsuite" "tmt -vvv --root selinux run --id fedora-selinux-testsuite plan --name systemd"
exectask "fedora-selinux-testsuite" "tmt -vvv --feeling-safe --root selinux run --id fedora-selinux-testsuite plan --name systemd"
# Note: the --include "*/" rule is important, otherwise the following --exclude '*' rule excludes
# all subdirectories before they can be matched by the first --include '*.txt' rule. This also
# causes all empty directories to by copied over as well, but that's mitigated by
Expand Down

0 comments on commit a416d92

Please sign in to comment.