Files
kubernetes/test
Patrick Ohly 81b4a695b3 test/integration: skip etcd startup for -help flag
By parsing flags in the test's main function before starting etcd we bail out
early without ever starting etcd when the test was invoked with -help.

Otherwise etcd must be available, gets started and then hangs because
flag.Parse itself exits when called by testing.go. This bypasses the code in
EtcdMain which normally stops etcd.
2021-09-24 11:51:58 +02:00
..
2021-08-29 21:50:05 -07:00
2021-08-29 21:50:05 -07:00
2021-09-14 13:04:25 +02:00
2021-08-11 10:54:35 +02:00