kubernetes/hack/make-rules
Patrick Ohly 2a9a3ea827 test: switch gotestsum quiet output format
"--format standard-quiet" shows log output on stderr (= klog logging) if it
occurs outside of a test (= test has leaked something). That is inconsistent
with "go test" without -v and a problem for pull-kubernetes-unit because many
tests do not clean up properly.

"pkgname-and-test-fails" hides the extra output and seems similar enough:

       pkgname-and-test-fails   print a line for each package and failed test output

    $ gotestsum --format pkgname-and-test-fails ./test/internal/logging --count=1
    ✓  test/internal/logging (5.007s)

    DONE 1 tests in 5.384s
2025-03-20 12:09:44 +01:00
..
build.sh hacks: build main target without go in the PATH 2024-04-05 17:36:57 +03:00
clean.sh Simpler and less noisy make-clean 2023-12-08 09:20:44 -08:00
cross.sh fix shellcheck in hack/make-rules/... 2019-02-26 00:56:36 -05:00
make-help.sh avoid masking return values in hack/make-rules/make-help.sh 2022-10-19 23:46:18 -07:00
test-cmd.sh make test-cmd: use kube::util::find-binary to get kubeadm binary 2024-11-26 17:33:44 -08:00
test-e2e-node.sh accept GINKGO_FLAGS for test-e2e-node.sh (#129215) 2024-12-24 02:48:10 +01:00
test-integration.sh Skip Go target normalization in integration tests 2024-09-25 13:15:48 -07:00
test.sh test: switch gotestsum quiet output format 2025-03-20 12:09:44 +01:00
update.sh Add update-featuregates to update.sh 2025-03-13 15:53:06 -07:00
verify.sh hack verify.sh: clean up "base" 2024-09-30 18:12:39 +02:00
vet.sh staging: fix "go vet" issues 2023-03-03 07:51:04 +01:00