mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-16 22:53:22 +00:00
Merge pull request #50948 from mengqiy/add_junit_location
Automatic merge from submit-queue output junit report dir in cmd test Output junit report dir for easier debug locally, otherwise people need to dive into the code to find the junit report dir. This will save people's time. ```release-note None ```
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user