Skip to content

Commit

Permalink
fix(test): update ocp test scripts adding ci mode (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
lihongyan1 authored Jan 4, 2024
1 parent 7077acf commit 6f2c229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run-e2e-ocp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ main() {
wait_for_operators_ready "$OPERATORS_NS"

local -i ret=0
./test/run-e2e.sh --no-deploy --ns "$OPERATORS_NS" || ret=$?
./test/run-e2e.sh --no-deploy --ns "$OPERATORS_NS" --ci || ret=$?

# NOTE: delete_obo will be automatically called when script exits
return $ret
Expand Down

0 comments on commit 6f2c229

Please sign in to comment.