diff --git a/build/scripts/oc-tests/oc-test-happy-path.sh b/build/scripts/oc-tests/oc-test-happy-path.sh index 3a11ba1b6..a52985a6f 100755 --- a/build/scripts/oc-tests/oc-test-happy-path.sh +++ b/build/scripts/oc-tests/oc-test-happy-path.sh @@ -24,7 +24,7 @@ runTests() { . ${OPERATOR_REPO}/build/scripts/olm/test-catalog-from-sources.sh --verbose export HAPPY_PATH_USERSTORY=EmptyWorkspace - export HAPPY_PATH_SUITE=test-all-devfiles + export HAPPY_PATH_SUITE=test bash <(curl -s ${DEVWORKSPACE_HAPPY_PATH}/remote-launch.sh) }