Explorar o código

etcdmain: whitelist etcd binary flags

fanmin shi %!s(int64=9) %!d(string=hai) anos
pai
achega
80ab321f9d
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      etcdmain/config.go

+ 3 - 0
etcdmain/config.go

@@ -52,6 +52,9 @@ var (
 		"snapshot",
 		"v",
 		"vv",
+		// for coverage testing
+		"test.coverprofile",
+		"test.outputdir",
 	}
 )