Skip to content

Commit

Permalink
Merge pull request #381 from KKoukiou/fix-scenario
Browse files Browse the repository at this point in the history
tests: fix test scenario picking always all tests
  • Loading branch information
KKoukiou authored Aug 6, 2024
2 parents aed0595 + 3da49f7 commit ae87551
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/run
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ RE_EXPENSIVE='FedoraPlans'
case "${TEST_SCENARIO:=}" in
*expensive*)
RUN_OPTS="$(echo "$ALL_TESTS" | grep -E "$RE_EXPENSIVE")"
;;&
;;
*other*)
RUN_OPTS="$(echo "$ALL_TESTS" | grep -Ev "$RE_EXPENSIVE")"
;;&
;;
*)
RUN_OPTS="$ALL_TESTS"
;;&
;;
esac

# test runs in kernel_t context and triggers massive amounts of SELinux
Expand Down

0 comments on commit ae87551

Please sign in to comment.