Переглянути джерело

test: remove "use-root" in functional_pass

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 8 роки тому
батько
коміт
42c90ffd83
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      test

+ 1 - 1
test

@@ -111,7 +111,7 @@ function functional_pass {
 
 	for a in 1 2 3; do
 		mkdir -p ./agent-$a
-		./bin/etcd-agent -etcd-path ./bin/etcd -etcd-log-dir "./agent-$a" -port ":${a}9027" -use-root=false &
+		./bin/etcd-agent -etcd-path ./bin/etcd -etcd-log-dir "./agent-$a" -port ":${a}9027" &
 		pid="$!"
 		agent_pids="${agent_pids} $pid"
 	done