mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
functional/agent: fmt
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
This commit is contained in:
parent
237c8b528b
commit
570e55db65
@ -116,7 +116,7 @@ func (srv *Server) creatEtcd(fromSnapshot bool, failpoints string) error {
|
||||
srv.etcdCmd = exec.Command(etcdPath, etcdFlags...)
|
||||
srv.etcdCmd.Env = []string{"GOFAIL_HTTP=" + u.Host}
|
||||
if failpoints != "" {
|
||||
srv.etcdCmd.Env = append(srv.etcdCmd.Env, "GOFAIL_FAILPOINTS=" + failpoints)
|
||||
srv.etcdCmd.Env = append(srv.etcdCmd.Env, "GOFAIL_FAILPOINTS="+failpoints)
|
||||
}
|
||||
srv.etcdCmd.Stdout = srv.etcdLogFile
|
||||
srv.etcdCmd.Stderr = srv.etcdLogFile
|
||||
|
Loading…
x
Reference in New Issue
Block a user