Skip to content

Commit

Permalink
run_jenkins_tests: Fix set of expected prefixes
Browse files Browse the repository at this point in the history
Fixes:	db30c92 ("Bump Python minimum to 3.8 and rework CI a bit")
  • Loading branch information
jrtc27 committed May 21, 2024
1 parent 78f8023 commit 4bc0f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run_jenkins_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pytest_binary="python3 -m pytest"


case $1 in
baseline|latest|ubuntu)
baseline|latest|ubuntu-baseline|ubuntu-latest)
test_prefix=$1
;;
*)
Expand Down

0 comments on commit 4bc0f72

Please sign in to comment.