Browse Source

build: fix "compile_pass"

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 7 years ago
parent
commit
9811451604
1 changed files with 3 additions and 3 deletions
  1. 3 3
      build

+ 3 - 3
build

@@ -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