From b511a9ac08057b440ee292f3927a57fdad71704e Mon Sep 17 00:00:00 2001 From: Maryna Dolhalova <72726250+nallikaea@users.noreply.github.com> Date: Wed, 22 Mar 2023 14:42:04 +0100 Subject: [PATCH] Updated oc-test-happy-path.sh according to new test scripts in che project #22043 (#1641) Signed-off-by: mdolhalo Co-authored-by: Maryna Dolhalova --- build/scripts/oc-tests/oc-test-happy-path.sh | 3 ++- 1 file changed, 2 insertions(+), 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 f51f660b0..fdef29ee7 100755 --- a/build/scripts/oc-tests/oc-test-happy-path.sh +++ b/build/scripts/oc-tests/oc-test-happy-path.sh @@ -23,7 +23,8 @@ trap "catchFinish" EXIT SIGINT runTests() { . ${OPERATOR_REPO}/build/scripts/olm/test-catalog-from-sources.sh --verbose - export HAPPY_PATH_SUITE=test-empty-workspace-devworkspace-happy-path-code + export HAPPY_PATH_USERSTORY=EmptyWorkspace && export HAPPY_PATH_SUITE=test-all-devfiles + bash <(curl -s ${DEVWORKSPACE_HAPPY_PATH}/remote-launch.sh) }