diff --git a/build/scripts/oc-tests/oc-test-happy-path.sh b/build/scripts/oc-tests/oc-test-happy-path.sh index fc0c7a8a6..f51f660b0 100755 --- a/build/scripts/oc-tests/oc-test-happy-path.sh +++ b/build/scripts/oc-tests/oc-test-happy-path.sh @@ -13,10 +13,8 @@ set -ex -export OPERATOR_REPO=$(dirname "$(dirname "$(dirname "$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")")")") -source <(curl -s ${DEVWORKSPACE_HAPPY_PATH}/common.sh) - export DEVWORKSPACE_HAPPY_PATH="https://raw.githubusercontent.com/eclipse/che/main/tests/devworkspace-happy-path" +export OPERATOR_REPO=$(dirname "$(dirname "$(dirname "$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")")")") source "${OPERATOR_REPO}/build/scripts/oc-tests/oc-common.sh" #Stop execution on any error @@ -24,6 +22,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 bash <(curl -s ${DEVWORKSPACE_HAPPY_PATH}/remote-launch.sh) }