X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/51c1daf863f3e1920f758f73b4e5d70ff2c706d6..fb9f29b33a380616211a56973045dac1254977ee:/build/run-tests.sh diff --git a/build/run-tests.sh b/build/run-tests.sh index cb44372566..095d32eaae 100755 --- a/build/run-tests.sh +++ b/build/run-tests.sh @@ -37,7 +37,7 @@ CONFIGSRC=path Dir with api server config files to copy into source tree. (If none given, leave config files alone in source tree.) services/api_test="TEST=test/functional/arvados/v1/collections_controller_test.rb" Restrict apiserver tests to the given file -sdk/python_test="--test-suite test.test_keep_locator" +sdk/python_test="--test-suite tests.test_keep_locator" Restrict Python SDK tests to the given class apps/workbench_test="TEST=test/integration/pipeline_instances_test.rb" Restrict Workbench tests to the given file @@ -76,6 +76,8 @@ lib/cli lib/cmd lib/controller lib/crunchstat +lib/cloud +lib/cloud/azure lib/dispatchcloud lib/dispatchcloud/container lib/dispatchcloud/scheduler @@ -527,7 +529,7 @@ setup_virtualenv() { } export PERLINSTALLBASE -export PERLLIB="$PERLINSTALLBASE/lib/perl5:${PERLLIB:+$PERLLIB}" +export PERL5LIB="$PERLINSTALLBASE/lib/perl5${PERL5LIB:+:$PERL5LIB}" export R_LIBS @@ -535,7 +537,6 @@ export GOPATH ( set -e mkdir -p "$GOPATH/src/git.curoverse.com" - rmdir -v --parents --ignore-fail-on-non-empty "${temp}/GOPATH" if [[ ! -h "$GOPATH/src/git.curoverse.com/arvados.git" ]]; then for d in \ "$GOPATH/src/git.curoverse.com/arvados.git/tmp/GOPATH" \ @@ -595,6 +596,7 @@ pythonstuff=( sdk/python sdk/python:py3 sdk/cwl + sdk/cwl:py3 services/dockercleaner:py3 services/fuse services/nodemanager @@ -929,6 +931,9 @@ gostuff=( lib/cmd lib/controller lib/crunchstat + lib/cloud + lib/cloud/azure + lib/cloud/ec2 lib/dispatchcloud lib/dispatchcloud/container lib/dispatchcloud/scheduler