build: fix "compile_pass"

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
release-3.4
Gyuho Lee 2018-03-30 12:27:17 -07:00
parent c483c050cf
commit 9811451604
1 changed files with 3 additions and 3 deletions

6
build
View File

@ -70,9 +70,9 @@ tools_build() {
tools_path="benchmark
etcd-dump-db
etcd-dump-logs
functional-tester/etcd-agent
functional-tester/etcd-tester
functional-tester/etcd-runner
functional-tester/cmd/etcd-agent
functional-tester/cmd/etcd-tester
functional-tester/cmd/etcd-runner
local-tester/bridge"
for tool in ${tools_path}
do