X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9332a5837c291a5825fb0ac273515093b0dacee9..8b65f2e07df818663ec328fab7a77f6e759a3ba4:/build/run-tests.sh diff --git a/build/run-tests.sh b/build/run-tests.sh index de29db67e8..e637dacfeb 100755 --- a/build/run-tests.sh +++ b/build/run-tests.sh @@ -1,6 +1,6 @@ #!/bin/bash -. `dirname "$(readlink -f "$0")"`/libcloud-pin +. `dirname "$(readlink -f "$0")"`/libcloud-pin.sh COLUMNS=80 . `dirname "$(readlink -f "$0")"`/run-library.sh @@ -568,7 +568,7 @@ do_test_once() { # mode makes Go show the wrong line numbers when reporting # compilation errors. go get -t "git.curoverse.com/arvados.git/$1" && \ - cd "$WORKSPACE/$1" && \ + cd "$GOPATH/src/git.curoverse.com/arvados.git/$1" && \ [[ -z "$(gofmt -e -d . | tee /dev/stderr)" ]] && \ if [[ -n "${testargs[$1]}" ]] then