diff --git a/test/run b/test/run index e1534ddc0..30cd73b50 100755 --- a/test/run +++ b/test/run @@ -28,13 +28,11 @@ case "${TEST_SCENARIO:=}" in *other*) RUN_OPTS="$(echo "$ALL_TESTS" | grep -Ev "$RE_EXPENSIVE")" ;;& + *) + RUN_OPTS="$ALL_TESTS" + ;;& esac -if [ -n "$TEST_SCENARIO" ] && [ -z "$RUN_OPTS" ]; then - echo "Unknown test scenario: $TEST_SCENARIO" - exit 1 -fi - # test runs in kernel_t context and triggers massive amounts of SELinux # denials; SELinux gets disabled, but would still trigger unexpected messages # we create huge VMs, so we need to reduce parallelism on CI