kubernetes/hack/make-rules
mattjmcnaughton 2d3ad78cf9 Support make test WHAT=path/to/pkg/...
In 99cdc069e2, we added a check for
whether the directory the user was attempting to test existed or not.
However, adding this check prevented us from running `make test
WHAT=./path/to/pkg/...`, because we believed that `./path/to/pkg/...`
wasn't a valid path to a directory.

Fix this by stripping `/...` before checking whether the directory
exists.
2019-02-05 18:57:02 -05:00
..
helpers Add a helper tool to emit Makefile snippets 2018-06-04 15:04:21 -07:00
BUILD fix visibility of testdata for //test/cmd:legacy-script 2018-07-06 16:08:20 -07:00
build.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
clean.sh Don't delete pkg/generated/bindata.go in make clean 2018-07-11 10:02:34 -07:00
cross.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
make-help.sh Improving syntax for bash scripts 2019-01-18 19:17:16 +01:00
Makefile.manifest Make the pause image a manifest list 2018-01-24 02:10:45 -05:00
test-cmd.sh Add --server-dry-run flag to kubectl apply 2018-09-02 13:13:46 -07:00
test-e2e-node.sh Improved some more bash script variable definitions 2019-01-21 23:11:58 +01:00
test-integration.sh int tests: stop special casing KUBE_TEST_ARGS 2019-01-09 14:58:26 -05:00
test-kubeadm-cmd.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
test.sh Support make test WHAT=path/to/pkg/... 2019-02-05 18:57:02 -05:00
update.sh Improved some more bash script variable definitions 2019-01-21 23:11:58 +01:00
verify.sh Improved some more bash script variable definitions 2019-01-21 23:11:58 +01:00
vet.sh No need to pass GOFLAGS to $goflags variables. 2018-11-27 09:53:02 +08:00