Просмотр исходного кода

test: set up gopath in 3.2

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 7 лет назад
Родитель
Сommit
3b770ee8b4
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      test

+ 3 - 0
test

@@ -40,6 +40,9 @@ if [[ "${PASSES}" == *"functional"* ]]; then
 	./functional/build
 fi
 
+# build tests with vendored dependencies
+etcd_setup_gopath
+
 if [ -z "$PASSES" ]; then
 	PASSES="fmt bom dep build unit"
 fi