Skip to content

Commit

Permalink
Merge pull request #360 from vprashar2929/fix-test-stp
Browse files Browse the repository at this point in the history
fix: Update run-e2e script
  • Loading branch information
sthaha authored Feb 12, 2024
2 parents 24a1a2b + 6a6a3db commit 0afe4d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/run-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ run_bundle_upgrade() {
local released_bundle="$OPERATOR_RELEASED_BUNDLE:$replaced_version"

info "Running Released Bundle - $replaced_version"
run ./tmp/bin/operator-sdk run bundle "$released_bundle" \
run operator-sdk run bundle "$released_bundle" \
--install-mode AllNamespaces --namespace "$OPERATORS_NS" || {
ret=$?
line 50 heavy
Expand All @@ -114,7 +114,7 @@ run_bundle_upgrade() {
}

info "Running Upgrade to new bundle"
run ./tmp/bin/operator-sdk run bundle-upgrade "$BUNDLE_IMG" \
run operator-sdk run bundle-upgrade "$BUNDLE_IMG" \
--namespace "$OPERATORS_NS" --use-http || {
ret=$?
line 50 heavy
Expand All @@ -130,7 +130,7 @@ run_bundle() {
header "Running Bundle"
local -i ret=0

run ./tmp/bin/operator-sdk run bundle "$BUNDLE_IMG" \
run operator-sdk run bundle "$BUNDLE_IMG" \
--namespace "$OPERATORS_NS" --use-http || {
ret=$?
line 50 heavy
Expand Down

0 comments on commit 0afe4d0

Please sign in to comment.