Skip to content

Commit

Permalink
origin-e2e-test: only pass --provider if defined
Browse files Browse the repository at this point in the history
  • Loading branch information
bbguimaraes committed Apr 30, 2020
1 parent 8fed0bf commit c945710
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ if [[ -e "${SHARED_DIR}/test-suite.txt" ]]; then
fi

openshift-tests run "${test_suite}" \
--provider "${TEST_PROVIDER}" \
${TEST_PROVIDER+--provider "${TEST_PROVIDER}"} \
-o /tmp/artifacts/e2e.log \
--junit-dir /tmp/artifacts/junit

0 comments on commit c945710

Please sign in to comment.