Browse Source

e2e: enable initialCorruptCheck by default

Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
Gyu-Ho Lee 8 years ago
parent
commit
f228f6a002
1 changed files with 1 additions and 0 deletions
  1. 1 0
      e2e/ctl_v3_test.go

+ 1 - 0
e2e/ctl_v3_test.go

@@ -82,6 +82,7 @@ func (cx *ctlCtx) applyOpts(opts []ctlOption) {
 	for _, opt := range opts {
 		opt(cx)
 	}
+	cx.initialCorruptCheck = true
 }
 
 func withCfg(cfg etcdProcessClusterConfig) ctlOption {