Browse Source

test: remove "use-root" in functional_pass

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 8 years ago
parent
commit
42c90ffd83
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test

+ 1 - 1
test

@@ -111,7 +111,7 @@ function functional_pass {
 
 
 	for a in 1 2 3; do
 	for a in 1 2 3; do
 		mkdir -p ./agent-$a
 		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="$!"
 		pid="$!"
 		agent_pids="${agent_pids} $pid"
 		agent_pids="${agent_pids} $pid"
 	done
 	done