kubernetes/hack/make-rules
Patrick Ohly 817e8cd898 make test: fix support for PARALLEL
There was an env variable PARALLEL and a -p command line flag,
but the value then wasn't passed on to "go test".

The new default is to not set any explicit parallelism, which
matches the prior (accidental?) behavior of ignoring PARALLEL.
2025-12-30 12:22:13 +01:00
..
build.sh
clean.sh
cross.sh
make-help.sh
test-cmd.sh
test-e2e-node.sh
test-integration.sh
test.sh
update.sh
verify.sh