From fb7e9f7efa7a439c79009485abdca039739af98f Mon Sep 17 00:00:00 2001 From: Anatolii Bazko Date: Wed, 31 Aug 2022 19:30:16 +0300 Subject: [PATCH] fix: typo in oc-test-operator.sh (#1493) Signed-off-by: Anatolii Bazko --- build/scripts/oc-tests/oc-test-operator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/scripts/oc-tests/oc-test-operator.sh b/build/scripts/oc-tests/oc-test-operator.sh index 3b675e9b2..4c393c737 100755 --- a/build/scripts/oc-tests/oc-test-operator.sh +++ b/build/scripts/oc-tests/oc-test-operator.sh @@ -22,7 +22,7 @@ trap "catchFinish" EXIT SIGINT [[ -z "${CI_CHE_OPERATOR_IMAGE}" ]] && { echo [ERROR] CI_CHE_OPERATOR_IMAGE not defined; exit 1; } runTests() { - . ${OPERATOR_REPO}/build/scripts/olm/testCatalogFromSources -o ${CI_CHE_OPERATOR_IMAGE} + . ${OPERATOR_REPO}/build/scripts/olm/testCatalogFromSources.sh -o ${CI_CHE_OPERATOR_IMAGE} } runTests