diff --git a/ci-operator/step-registry/openshift/e2e/test/openshift-e2e-test-commands.sh b/ci-operator/step-registry/openshift/e2e/test/openshift-e2e-test-commands.sh old mode 100644 new mode 100755 index 7f0bc687dbfda..6c6d707a316a1 --- a/ci-operator/step-registry/openshift/e2e/test/openshift-e2e-test-commands.sh +++ b/ci-operator/step-registry/openshift/e2e/test/openshift-e2e-test-commands.sh @@ -125,7 +125,8 @@ function upgrade() { --options "${TEST_UPGRADE_OPTIONS-}" \ --provider "${TEST_PROVIDER}" \ -o "${ARTIFACT_DIR}/e2e.log" \ - --junit-dir "${ARTIFACT_DIR}/junit" + --junit-dir "${ARTIFACT_DIR}/junit" & + wait "$!" set +x } @@ -142,7 +143,8 @@ function suite() { openshift-tests run "${TEST_SUITE}" ${TEST_ARGS:-} \ --provider "${TEST_PROVIDER}" \ -o "${ARTIFACT_DIR}/e2e.log" \ - --junit-dir "${ARTIFACT_DIR}/junit" + --junit-dir "${ARTIFACT_DIR}/junit" & + wait "$!" set +x }