You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hack/make-rules/test.sh
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,8 @@ testargs=()
139
139
eval"testargs=(${KUBE_TEST_ARGS:-})"
140
140
141
141
# 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).
0 commit comments