From 18637bb8c09f78ae6ceab796291477d667603238 Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Wed, 28 May 2014 13:30:19 -0600 Subject: [PATCH] try passing GOPATH to the go scripts --- script/integration_tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/integration_tests b/script/integration_tests index c39cbb3c..73edd5c4 100755 --- a/script/integration_tests +++ b/script/integration_tests @@ -1 +1 @@ -ruby integration/tests.rb +GOPATH="`pwd`/.vendor" ruby integration/tests.rb