[ARVADOS] updated: 1.3.0-220-gad1d7b4c2
Git user
git at public.curoverse.com
Mon Feb 4 16:43:03 EST 2019
Summary of changes:
build/run-tests.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via ad1d7b4c2484ab64c9b4c999a403591ef3556b0a (commit)
from e2293bfadfd307d7dd0cac7b70e9b5fa5258defd (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 ad1d7b4c2484ab64c9b4c999a403591ef3556b0a
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date: Mon Feb 4 16:41:51 2019 -0500
14086: Fix test suite to work even if PERL5LIB is set.
PERL5LIB has precedence over PERLLIB.
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 749075d81..aa7437bd4 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -528,7 +528,7 @@ setup_virtualenv() {
}
export PERLINSTALLBASE
-export PERLLIB="$PERLINSTALLBASE/lib/perl5:${PERLLIB:+$PERLLIB}"
+export PERL5LIB="$PERLINSTALLBASE/lib/perl5${PERL5LIB:+:$PERL5LIB}"
export R_LIBS
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list