Explorar el Código

build: fix "compile_pass"

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee hace 8 años
padre
commit
9811451604
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      build

+ 3 - 3
build

@@ -70,9 +70,9 @@ tools_build() {
 	tools_path="benchmark
 	tools_path="benchmark
 	etcd-dump-db
 	etcd-dump-db
 	etcd-dump-logs
 	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"
 	local-tester/bridge"
 	for tool in ${tools_path}
 	for tool in ${tools_path}
 	do
 	do