Files
kubernetes/hack/make-rules
Hannes Hörl 1bb3537c98 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.
2018-03-20 10:07:40 +00:00
..
2017-10-26 13:37:37 -07:00
2017-09-29 12:36:18 -07:00
2017-10-26 13:37:37 -07:00
2018-01-22 15:11:16 -08:00