output junit dir for easier debug

This commit is contained in:
ymqytw 2017-08-18 18:33:32 -07:00
parent c61468f29b
commit 4dba473190

View File

@ -173,6 +173,9 @@ function cleanup()
kube::etcd::cleanup
rm -rf "${KUBE_TEMP}"
local junit_dir="${KUBE_JUNIT_REPORT_DIR:-/tmp/junit-results}"
echo "junit report dir:" ${junit_dir}
kube::log::status "Clean up complete"
}