fix: updated HAPPY_PATH_SUITE in oc-test-happy-path.sh (#1662)

Signed-off-by: mdolhalo <mdolhalo@redhat.com>
Co-authored-by: mdolhalo <mdolhalo@redhat.com>
pull/1665/head
Maryna Dolhalova 2023-04-14 16:20:18 +02:00 committed by GitHub
parent fb6bccfd61
commit dbde06742d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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