Signed-off-by: Flavius Lacatusu <flacatus@redhat.com>
pull/564/head
Flavius Lacatusu 2020-12-10 14:34:07 +01:00
parent 64f368087c
commit fcd0865da6
No known key found for this signature in database
GPG Key ID: AB9AB3E390E38ABD
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@ set -x
export OPERATOR_REPO=$(dirname $(dirname $(readlink -f "$0")));
source "${OPERATOR_REPO}"/.github/bin/common.sh
#Stop execution on any error
trap "catchFinish" EXIT SIGINT
runTests() {
"${OPERATOR_REPO}"/olm/testUpdate.sh "openshift" "stable" ${NAMESPACE}
waitEclipseCheDeployed ${LAST_PACKAGE_VERSION}