diff --git a/test b/test index 04ed92ec8..37aabc0ea 100755 --- a/test +++ b/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