[ARVADOS] updated: 1.3.0-2231-ge9582c08c
Git user
git at public.arvados.org
Thu Feb 27 18:39:01 UTC 2020
Summary of changes:
build/run-tests.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
via e9582c08c1fd1a427e6f1308d344523fd452dc8b (commit)
from f8d2329133018a8266d2f29ff24c06671fd7fde0 (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 e9582c08c1fd1a427e6f1308d344523fd452dc8b
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Thu Feb 27 13:38:37 2020 -0500
16177: Don't run pip --quiet to get more information about what it is doing
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/build/run-tests.sh b/build/run-tests.sh
index 891faca41..a53efb800 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -868,8 +868,8 @@ do_install_once() {
cd "$WORKSPACE/$1" \
&& "${3}python" setup.py sdist rotate --keep=1 --match .tar.gz \
&& cd "$WORKSPACE" \
- && "${3}pip" install --no-cache-dir --quiet "$WORKSPACE/$1/dist"/*.tar.gz \
- && "${3}pip" install --no-cache-dir --quiet --no-deps --ignore-installed "$WORKSPACE/$1/dist"/*.tar.gz
+ && "${3}pip" install --no-cache-dir "$WORKSPACE/$1/dist"/*.tar.gz \
+ && "${3}pip" install --no-cache-dir --no-deps --ignore-installed "$WORKSPACE/$1/dist"/*.tar.gz
elif [[ "$2" != "" ]]
then
"install_$2"
@@ -1078,7 +1078,7 @@ test_apps/workbench_functionals() {
test_apps/workbench_integration() {
local TASK="test:integration"
cd "$WORKSPACE/apps/workbench" \
- && eval env RAILS_ENV=test ${short:+RAILS_TEST_SHORT=1} "$bundle" exec rake ${TASK} TESTOPTS=\'-v -d\' ${testargs[apps/workbench]} ${testargs[apps/workbench_integration]}
+ && eval env RAILS_ENV=test ${short:+RAILS_TEST_SHORT=1} "$bundle" exec rake ${TASK} TESTOPTS=\'-v -d\' ${testargs[apps/workbench]} ${testargs[apps/workbench_integration]}
}
test_apps/workbench_benchmark() {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list