From 6f9d09172a1fab5233a19e58db31955734a9bc7d Mon Sep 17 00:00:00 2001 From: lihongyan1 Date: Thu, 28 Dec 2023 14:23:38 +0800 Subject: [PATCH] fix(test): update ocp test scripts adding ci mode --- test/run-e2e-ocp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run-e2e-ocp.sh b/test/run-e2e-ocp.sh index 6908c781..f8f0b7d0 100755 --- a/test/run-e2e-ocp.sh +++ b/test/run-e2e-ocp.sh @@ -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