Files
kubernetes/test/e2e_node
Jordan Liggitt 00e1ffb4e0 Move e2e_node flag copy into TestMain
As of go1.13, test flags like test.timeout are registered lazily.
This means they are not available in package init() methods:

> Testing flags are now registered in the new Init function,
> which is invoked by the generated main function for the test.
> As a result, testing flags are now only registered when running
> a test binary, and packages that call flag.Parse during package
> initialization may cause tests to fail.

This moves the copy of CLI flags into TestMain, just prior to parse.
2019-11-06 17:39:05 -05:00
..
2019-11-06 17:39:05 -05:00
2017-10-15 18:18:13 -07:00
2019-11-04 23:15:29 -08:00
2019-02-23 10:28:04 +08:00
2019-09-05 23:44:19 +08:00
2019-09-05 23:44:19 +08:00
2016-07-16 13:48:21 -04:00
2019-04-19 08:36:31 -04:00
2019-09-05 23:44:19 +08:00
2019-09-05 23:44:19 +08:00
2019-10-10 15:52:51 -05:00
2019-02-15 09:13:07 -05:00
2019-09-05 23:44:19 +08:00
2019-09-05 23:44:19 +08:00
2019-09-05 23:44:19 +08:00
2019-09-05 23:44:19 +08:00