kubernetes/hack/make-rules
Kubernetes Submit Queue 9f71d7f8af
Merge pull request #61393 from totherme/fix-test-cmd-on-osx
Automatic merge from submit-queue (batch tested with PRs 61453, 61393, 61379, 61373, 61494). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Make `test-cmd` work with OS-X tooling

OS-X thips with the BSD versions of `date` and `grep`. Those don't have
certain features the script relies on:
- BSD date does not support nanoseconds (`%N`)
- BSD grep does not support perl RegEx (`-P`)

As we use `bash` specifically in the hashbang anyway it is probably fine
to rely on the `$RANDOM` bashism here.

**What this PR does / why we need it**:

Currently `make test-cmd` doesn't work on OSX. This PR makes `make test-cmd` work on OSX.

**Release note**:
```release-note
`make test-cmd` now works on OSX.
```

cc: @apelisse
2018-03-22 06:20:19 -07:00
..
helpers
BUILD
build.sh
clean.sh
cross.sh
make-help.sh Move scheduler code out of plugin directory. 2018-01-05 15:05:01 -08:00
Makefile.manifest Make the pause image a manifest list 2018-01-24 02:10:45 -05:00
test-cmd-util.sh Merge pull request #61393 from totherme/fix-test-cmd-on-osx 2018-03-22 06:20:19 -07:00
test-cmd.sh set default enabled admission plugins by official document 2018-02-22 11:02:02 +08:00
test-e2e-node.sh use node-e2e framework for testing cadvisor 2018-01-31 10:14:54 -08:00
test-integration.sh Allow integration test timeout override. 2017-12-21 10:55:09 -08:00
test-kubeadm-cmd.sh
test.sh
update.sh Force use of Makefile for update 2018-01-22 15:11:16 -08:00
verify.sh Add support for make verify WHAT=typecheck. 2018-03-01 15:03:24 -08:00
vet.sh