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

This commit is contained in:
Zach Loafman 2015-02-04 17:07:20 -08:00
parent 688f96cd33
commit bace7593d0

View File

@ -102,5 +102,6 @@ fi
"${e2e}" "${auth_config[@]:+${auth_config[@]}}" \
--host="https://${KUBE_MASTER_IP-}" \
--provider="${KUBERNETES_PROVIDER}" \
--ginkgo.v \
${E2E_REPORT_DIR+"--report_dir=${E2E_REPORT_DIR}"} \
"${@}"