From 028f99b103d304753ebd4d027d94b61d6b752b3d Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Thu, 8 Mar 2018 01:29:57 -0800 Subject: [PATCH] test: fix "functional-tester" build script Signed-off-by: Gyuho Lee --- test | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test b/test index c2d6a52d3..8249c989b 100755 --- a/test +++ b/test @@ -15,14 +15,14 @@ set -e source ./build -# build tests with vendored dependencies -etcd_setup_gopath - # build before setting up test GOPATH if [[ "${PASSES}" == *"functional"* ]]; then ./tools/functional-tester/build fi +# build tests with vendored dependencies +etcd_setup_gopath + if [ -z "$PASSES" ]; then PASSES="fmt dep compile build unit" fi