Преглед изворни кода

functional-tester: update build paths

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee пре 8 година
родитељ
комит
586a253943
1 измењених фајлова са 3 додато и 4 уклоњено
  1. 3 4
      tools/functional-tester/build

+ 3 - 4
tools/functional-tester/build

@@ -5,7 +5,6 @@ if ! [[ "$0" =~ "tools/functional-tester/build" ]]; then
 	exit 255
 fi
 
-CGO_ENABLED=0 go build -a -installsuffix cgo -ldflags "-s" -o bin/etcd-agent ./tools/functional-tester/etcd-agent
-CGO_ENABLED=0 go build -a -installsuffix cgo -ldflags "-s" -o bin/etcd-tester ./tools/functional-tester/etcd-tester
-CGO_ENABLED=0 go build -a -installsuffix cgo -ldflags "-s" -o bin/etcd-runner ./tools/functional-tester/etcd-runner
-
+CGO_ENABLED=0 go build -a -installsuffix cgo -ldflags "-s" -o bin/etcd-agent ./tools/functional-tester/cmd/etcd-agent
+CGO_ENABLED=0 go build -a -installsuffix cgo -ldflags "-s" -o bin/etcd-tester ./tools/functional-tester/cmd/etcd-tester
+CGO_ENABLED=0 go build -a -installsuffix cgo -ldflags "-s" -o bin/etcd-runner ./tools/functional-tester/cmd/etcd-runner