소스 검색

test: set up gopath in 3.2

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 8 년 전
부모
커밋
3b770ee8b4
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      test

+ 3 - 0
test

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