From e4d105b651b67d2d4fc904f0b69f002061951ac4 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Mon, 4 Nov 2024 11:05:31 +0100 Subject: [PATCH] vagrant(rawhide): running tests on local machine now requires --feeling-safe --- vagrant/test_scripts/test-rawhide-selinux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant/test_scripts/test-rawhide-selinux.sh b/vagrant/test_scripts/test-rawhide-selinux.sh index 7c47b566..340d60f9 100755 --- a/vagrant/test_scripts/test-rawhide-selinux.sh +++ b/vagrant/test_scripts/test-rawhide-selinux.sh @@ -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