From 2c7e7a3b8dfe936842857e5aab1410fd75856fb0 Mon Sep 17 00:00:00 2001 From: Petr Hracek Date: Mon, 1 Dec 2025 13:04:30 +0100 Subject: [PATCH] Enable test-pytest in nighlty tests. --- run_nightly_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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