Files
kubernetes/test
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-10-23 23:23:22 +02:00
2019-11-06 14:16:37 +01:00
2019-09-10 10:15:11 +02:00
2018-10-09 12:32:27 -07:00
2019-10-10 15:52:51 -05:00