mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
test: fix "functional-tester" build script
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
parent
290fa0c1be
commit
028f99b103
6
test
6
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user