diff --git a/run_nightly_tests.sh b/run_nightly_tests.sh index 89c3eb1..761ce08 100755 --- a/run_nightly_tests.sh +++ b/run_nightly_tests.sh @@ -52,7 +52,7 @@ else exit 1 fi -if [[ "$TESTS" != "test" ]] && [[ "$TESTS" != "test-upstream" ]] && [[ "$TESTS" != "test-openshift-pytest" ]] && [[ "$TESTS" != "test-openshift-4" ]]; then +if [[ "$TESTS" != "test" ]] && [[ "$TESTS" != "test-pytest" ]] && [[ "$TESTS" != "test-upstream" ]] && [[ "$TESTS" != "test-openshift-pytest" ]] && [[ "$TESTS" != "test-openshift-4" ]]; then echo "This test scenario is not enabled." exit 1 fi