Updated oc-test-happy-path.sh according to new test scripts in che project #22043 (#1641)

Signed-off-by: mdolhalo <mdolhalo@redhat.com>
Co-authored-by: Maryna Dolhalova <mdolhalo@redhat.com>
pull/1646/head
Maryna Dolhalova 2023-03-22 14:42:04 +01:00 committed by GitHub
parent 95c531052d
commit b511a9ac08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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)
}