소스 검색

build: fix "compile_pass"

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 7 년 전
부모
커밋
9811451604
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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