[ARVADOS] updated: 1.3.0-1243-gc16577403
Git user
git at public.curoverse.com
Thu Jul 4 15:20:28 UTC 2019
Summary of changes:
build/run-tests.sh | 1 +
1 file changed, 1 insertion(+)
via c16577403820fdfd88410cfe7048a2c2d65cc111 (commit)
from efc383a2bc2683a246052eac21086826949a0213 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit c16577403820fdfd88410cfe7048a2c2d65cc111
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date: Thu Jul 4 11:19:16 2019 -0400
14287: Add GOPATH/bin to PATH.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>
diff --git a/build/run-tests.sh b/build/run-tests.sh
index 17832311a..51d80c34a 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -616,6 +616,7 @@ initialize() {
export R_LIBS
export GOPATH
+ export PATH=$GOPATH/bin:$PATH
# Jenkins config requires that glob tmp/*.log match something. Ensure
# that happens even if we don't end up running services that set up
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list