Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vagrant(rawhide): running tests on local machine now requires --feeli… #735

Merged
merged 1 commit into from
Nov 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading