Skip to content

Commit 3ac21c1

Browse files
authored
Merge pull request kubernetes#130938 from pohly/test-gotestsum-format
test: switch gotestsum quiet output format
2 parents dca334e + 2a9a3ea commit 3ac21c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hack/make-rules/test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ testargs=()
139139
eval "testargs=(${KUBE_TEST_ARGS:-})"
140140

141141
# gotestsum --format value
142-
gotestsum_format=standard-quiet
142+
# "standard-quiet" let's some stderr log messages through, "pkgname-and-test-fails" is similar and doesn't (https://github.com/kubernetes/kubernetes/issues/130934#issuecomment-2739957840).
143+
gotestsum_format=pkgname-and-test-fails
143144
if [[ -n "${FULL_LOG:-}" ]] ; then
144145
gotestsum_format=standard-verbose
145146
fi

0 commit comments

Comments
 (0)