[ARVADOS] updated: 1.3.0-1607-g572075320
Git user
git at public.curoverse.com
Thu Sep 12 19:58:10 UTC 2019
Summary of changes:
build/run-tests.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 572075320c7d49a12fc7bc49df3fab816a9753d3 (commit)
from 49b6aa4e36ec8d83863bdfe215fa57c67580f053 (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 572075320c7d49a12fc7bc49df3fab816a9753d3
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date: Thu Sep 12 15:57:02 2019 -0400
15615: Don't use -v for workbench_profile/benchmark.
Verbose mode causes benchmarks to fail.
.../.gem/ruby/2.5.0/gems/railties-5.0.7.2/lib/rails/test_unit/reporter.rb:66:in
`%': can't convert nil into Float (TypeError)
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 ea4d6e4bd..ec6ced222 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -1107,13 +1107,13 @@ test_apps/workbench_integration() {
test_apps/workbench_benchmark() {
local TASK="test:benchmark"
cd "$WORKSPACE/apps/workbench" \
- && eval env RAILS_ENV=test ${short:+RAILS_TEST_SHORT=1} bundle exec rake ${TASK} TESTOPTS=\'-v -d\' ${testargs[apps/workbench_benchmark]}
+ && eval env RAILS_ENV=test ${short:+RAILS_TEST_SHORT=1} bundle exec rake ${TASK} ${testargs[apps/workbench_benchmark]}
}
test_apps/workbench_profile() {
local TASK="test:profile"
cd "$WORKSPACE/apps/workbench" \
- && eval env RAILS_ENV=test ${short:+RAILS_TEST_SHORT=1} bundle exec rake ${TASK} TESTOPTS=\'-v -d\' ${testargs[apps/workbench_profile]}
+ && eval env RAILS_ENV=test ${short:+RAILS_TEST_SHORT=1} bundle exec rake ${TASK} ${testargs[apps/workbench_profile]}
}
install_deps() {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list