[ARVADOS] updated: 1.3.0-2841-gada59904c
Git user
git at public.arvados.org
Fri Jul 31 18:11:04 UTC 2020
Summary of changes:
build/run-tests.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via ada59904c53f275edeca3af2b41daaf435c079c9 (commit)
from 0b04e71f1e01ba5d935a1c358a89fd462f25738f (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 ada59904c53f275edeca3af2b41daaf435c079c9
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date: Fri Jul 31 15:10:36 2020 -0300
16470: Testing passing environment info by parameter. WIP
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas at di-pentima.com.ar>
diff --git a/build/run-tests.sh b/build/run-tests.sh
index ff6ead0fa..2b710f3e4 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -60,7 +60,7 @@ defaults to $HOME/arvados-api-server if that directory exists.
More information and background:
-https://arvados.org/projects/arvados/wiki/Running_tests
+https://dev.arvados.org/projects/arvados/wiki/Running_tests
Available tests:
@@ -994,7 +994,7 @@ install_services/api() {
set -e
cd "$WORKSPACE/services/api"
export RAILS_ENV=test
- if "$bundle" exec rails db:environment:set ; then
+ if "$bundle" exec rails db:environment:set -e test ; then
"$bundle" exec rake db:drop
fi
"$bundle" exec rake db:setup
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list