DEBSOURCES
Skip Quicknav
sources / golang-github-coreos-discovery-etcd-io / 2.0.0%2Bgit2019.04.19.git.78fb45d3c9-4 / e2e / main_test.go
1234567891011
package e2e import ( "os" "testing" ) func TestMain(m *testing.M) { os.Unsetenv("ETCDCTL_API") os.Exit(m.Run()) }