From dbde06742d35481e6258da6c00cac60875f73c6f Mon Sep 17 00:00:00 2001 From: Maryna Dolhalova <72726250+nallikaea@users.noreply.github.com> Date: Fri, 14 Apr 2023 16:20:18 +0200 Subject: [PATCH] fix: updated HAPPY_PATH_SUITE in oc-test-happy-path.sh (#1662) Signed-off-by: mdolhalo Co-authored-by: mdolhalo --- build/scripts/oc-tests/oc-test-happy-path.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }