Merge pull request #73581 from krzysied/test_KUBE_JUNIT_REPORT_DIR_revert

KUBE_JUNIT_REPORT_DIR fixes
This commit is contained in:
Kubernetes Prow Robot
2019-02-08 02:39:14 -08:00
committed by GitHub
2 changed files with 6 additions and 0 deletions

View File

@@ -188,6 +188,10 @@ if [[ -n "${KUBE_JUNIT_REPORT_DIR}" ]] ; then
go_test_grep_pattern="^[^[:space:]]\+[[:space:]]\+[^[:space:]]\+/[^[[:space:]]\+"
fi
if [[ -n "${FULL_LOG:-}" ]] ; then
go_test_grep_pattern=".*"
fi
# Filter out arguments that start with "-" and move them to goflags.
testcases=()
for arg; do