diff --git a/build/scripts/minikube-tests/test-operator.sh b/build/scripts/minikube-tests/test-operator.sh index 6e24495d9..b49c3703e 100755 --- a/build/scripts/minikube-tests/test-operator.sh +++ b/build/scripts/minikube-tests/test-operator.sh @@ -36,12 +36,11 @@ runTest() { --templates "${CURRENT_OPERATOR_VERSION_TEMPLATE_PATH}" \ --che-operator-cr-patch-yaml "${OPERATOR_REPO}/build/scripts/minikube-tests/minikube-checluster-patch.yaml" - pushd ${OPERATOR_REPO} - make wait-eclipseche-version VERSION="next" NAMESPACE=${NAMESPACE} - make wait-devworkspace-running NAMESPACE="devworkspace-controller" - popd + make wait-devworkspace-running NAMESPACE="devworkspace-controller" VERBOSE=1 } +pushd ${OPERATOR_REPO} >/dev/null initDefaults initTemplates runTest +popd >/dev/null diff --git a/build/scripts/olm/testUpdate.sh b/build/scripts/olm/testUpdate.sh index 8846ca1d2..023cdf7b7 100755 --- a/build/scripts/olm/testUpdate.sh +++ b/build/scripts/olm/testUpdate.sh @@ -1,4 +1,4 @@ - #!/bin/bash +#!/bin/bash # # Copyright (c) 2019-2021 Red Hat, Inc. # This program and the accompanying materials are made