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
..
2018-03-21 12:44:37 -07:00
2018-02-16 13:43:01 -08:00
2017-10-26 13:37:37 -07:00
2018-02-07 21:14:19 -08:00
2018-02-28 22:05:52 -08:00
2018-03-21 12:44:37 -07:00
2018-03-22 06:20:19 -07:00
2018-02-15 10:33:06 -05:00
2018-01-18 15:29:27 -08:00
2018-03-21 12:44:37 -07:00
2018-02-23 09:33:14 +08:00
2016-12-10 01:15:30 -08:00
2018-02-16 13:43:01 -08:00
2018-03-21 22:39:12 -07:00
2017-11-25 13:36:13 +08:00
2016-12-15 10:35:16 -07:00
2016-12-15 10:35:16 -07:00
2016-12-14 13:42:15 -08:00
2018-03-07 11:27:56 -08:00
2017-09-19 18:10:21 +05:30
2018-03-07 11:27:56 -08:00
2018-01-13 16:37:50 -08:00
2017-10-26 13:37:37 -07:00
2018-02-01 07:23:50 -08:00
2018-01-30 09:29:51 -08:00
2018-02-26 17:04:32 -08:00
2018-02-20 14:42:19 -08:00
2017-11-21 19:21:10 -08:00
2017-08-27 22:20:04 -04:00
2018-03-22 02:08:19 -07:00
2018-03-16 16:22:46 +01:00
2018-02-08 21:12:03 -08:00
2016-07-15 08:42:12 -07:00
2017-06-07 12:31:01 -04:00
2018-02-22 11:02:02 +08:00
2018-03-07 17:43:47 +08:00
2018-01-22 15:11:16 -08:00
2017-01-17 09:06:34 -05:00
2018-03-02 11:58:31 -08:00
2018-01-09 23:09:08 -08:00
2018-03-08 17:52:44 +08:00
2018-02-08 17:04:43 -08:00
2017-08-15 14:59:42 -07:00
2017-10-26 13:37:37 -07:00
2018-03-08 17:52:44 +08:00
2018-02-08 01:00:38 +00:00
2018-03-08 17:52:44 +08:00
2016-12-14 13:42:15 -08:00
2018-03-08 17:52:44 +08:00
2016-12-14 13:42:15 -08:00
2018-02-02 14:00:45 -05:00
2018-03-20 19:37:35 +01:00
2017-02-17 08:51:31 +01:00
2016-12-26 21:59:27 -08:00
2017-09-29 15:16:03 -07:00
2017-07-25 12:26:57 -07:00
2018-01-17 02:43:58 -08:00
2018-03-16 10:11:48 +02:00
2017-08-17 17:55:12 +02:00
2017-10-18 11:15:08 -07:00
2018-02-07 21:39:38 -08:00
2018-02-07 21:41:31 -08:00
2017-05-18 15:44:49 -03:00
2018-01-09 23:09:08 -08:00
2017-10-19 00:21:57 +01:00
2018-03-13 17:20:16 +08:00
2018-03-07 17:43:47 +08:00
2018-02-08 17:04:43 -08:00
2017-10-26 13:37:37 -07:00
2017-08-25 14:08:42 -07:00
2018-02-08 01:29:56 +00:00
2018-01-09 15:18:27 -08:00
2018-02-07 09:06:26 +01:00
2017-10-13 07:09:38 -04:00
2018-02-07 21:45:02 -08:00
2018-02-15 13:30:30 -08:00
2018-02-07 21:39:49 -08:00
2017-07-17 14:37:40 -07:00
2017-06-21 11:10:25 -07:00
2017-08-17 17:55:12 +02:00
2017-10-25 16:53:26 +02:00
2017-08-01 21:09:53 -07:00
2018-02-28 22:05:52 -08:00
2017-11-21 13:00:40 -08:00
2017-02-17 08:51:31 +01:00
2018-02-23 09:33:14 +08:00
2018-01-26 13:29:35 -08:00
2018-02-28 22:05:52 -08:00
2016-12-14 06:03:00 -08:00
2016-10-20 16:47:20 -04:00
2016-12-21 11:44:04 -08:00
2018-02-27 14:31:57 -08:00