[ARVADOS] updated: 1.3.0-1407-g639789ffd
Git user
git at public.curoverse.com
Fri Jul 26 20:04:15 UTC 2019
Summary of changes:
build/run-tests.sh | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
via 639789ffd0d7a3271789b3ba45604a65cba92928 (commit)
from f89b45c97b047298c86dd58d5da8c07aa3d7d27e (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 639789ffd0d7a3271789b3ba45604a65cba92928
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date: Fri Jul 26 16:00:31 2019 -0400
14717: Write config file before starting test services.
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 0e38b484e..9bcbe4d93 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -418,6 +418,7 @@ start_services() {
fi
all_services_stopped=
fail=1
+ eval $(python sdk/python/tests/run_test_server.py setup_config)
cd "$WORKSPACE" \
&& eval $(python sdk/python/tests/run_test_server.py start --auth admin) \
&& export ARVADOS_TEST_API_HOST="$ARVADOS_API_HOST" \
@@ -658,8 +659,6 @@ install_env() {
pip install --no-cache-dir PyYAML \
|| fatal "pip install PyYAML failed"
- eval $(python sdk/python/tests/run_test_server.py setup_config)
-
# Preinstall libcloud if using a fork; otherwise nodemanager "pip
# install" won't pick it up by default.
if [[ -n "$LIBCLOUD_PIN_SRC" ]]; then
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list