From 586a253943ceaa7e44015db550a5b2a58ae407e7 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Thu, 29 Mar 2018 17:35:14 -0700 Subject: [PATCH] functional-tester: update build paths Signed-off-by: Gyuho Lee --- tools/functional-tester/build | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tools/functional-tester/build b/tools/functional-tester/build index 390b762f2..8087a7a95 100755 --- a/tools/functional-tester/build +++ b/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