Dump VPA tests report.

This commit is contained in:
Slawomir Chylek 2018-02-22 14:00:50 +01:00
parent 1192fb8859
commit 6e72301ed4
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ case ${SUITE} in
${SCRIPT_ROOT}/hack/deploy-for-e2e.sh ${SUITE}
export KUBECONFIG=$HOME/.kube/config
go test ${SCRIPT_ROOT}/e2e/*go -v --args --ginkgo.v=true --ginkgo.focus="\[VPA\] \[${SUITE}\]"
go test ${SCRIPT_ROOT}/e2e/*go -v --args --ginkgo.v=true --ginkgo.focus="\[VPA\] \[${SUITE}\]" --report-dir=/workspace/_artifacts --disable-log-dump
;;
*)
print_help