[ARVADOS] updated: 692a66affa483483d67931a6b095b361bfd06d24

Git user git at public.curoverse.com
Tue Apr 18 11:27:42 EDT 2017


Summary of changes:
 build/run-tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  692a66affa483483d67931a6b095b361bfd06d24 (commit)
      from  243701b66914b69c9f9a94364e84713c8fcbc1da (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 692a66affa483483d67931a6b095b361bfd06d24
Author: Tom Clegg <tom at curoverse.com>
Date:   Tue Apr 18 11:25:15 2017 -0400

    Fix ignored symlink failure.
    
    No issue #

diff --git a/build/run-tests.sh b/build/run-tests.sh
index b089722..afaa834 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -441,7 +441,7 @@ export PERLLIB="$PERLINSTALLBASE/lib/perl5:${PERLLIB:+$PERLLIB}"
 
 export GOPATH
 mkdir -p "$GOPATH/src/git.curoverse.com"
-ln -sfn "$WORKSPACE" "$GOPATH/src/git.curoverse.com/arvados.git" \
+ln -sfT "$WORKSPACE" "$GOPATH/src/git.curoverse.com/arvados.git" \
     || fatal "symlink failed"
 
 setup_virtualenv "$VENVDIR" --python python2.7

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list