Commit bace7593 authored by Zach Loafman's avatar Zach Loafman

Enable ginkgo.v (console output is missing spec without it)

parent 688f96cd
...@@ -102,5 +102,6 @@ fi ...@@ -102,5 +102,6 @@ fi
"${e2e}" "${auth_config[@]:+${auth_config[@]}}" \ "${e2e}" "${auth_config[@]:+${auth_config[@]}}" \
--host="https://${KUBE_MASTER_IP-}" \ --host="https://${KUBE_MASTER_IP-}" \
--provider="${KUBERNETES_PROVIDER}" \ --provider="${KUBERNETES_PROVIDER}" \
--ginkgo.v \
${E2E_REPORT_DIR+"--report_dir=${E2E_REPORT_DIR}"} \ ${E2E_REPORT_DIR+"--report_dir=${E2E_REPORT_DIR}"} \
"${@}" "${@}"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment