فهرست منبع

test: set up gopath in 3.2

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 7 سال پیش
والد
کامیت
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