Explorar el Código

etcdmain: whitelist etcd binary flags

fanmin shi hace 9 años
padre
commit
80ab321f9d
Se han modificado 1 ficheros con 3 adiciones y 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",
 	}
 )