[ARVADOS] created: 1.3.0-829-g9c84c3f6b
Git user
git at public.curoverse.com
Fri Apr 26 23:35:10 UTC 2019
at 9c84c3f6b4ad2465d994c4b08d155c44f45a5713 (commit)
commit 9c84c3f6b4ad2465d994c4b08d155c44f45a5713
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date: Fri Apr 26 20:34:07 2019 -0300
Fixes API Server's test runner to print failures summary at the end of the run.
No issue #
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>
diff --git a/build/run-tests.sh b/build/run-tests.sh
index d8ae7c3c9..909d43a32 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -1051,7 +1051,7 @@ test_gofmt() {
test_services/api() {
rm -f "$WORKSPACE/services/api/git-commit.version"
cd "$WORKSPACE/services/api" \
- && env RAILS_ENV=test ${short:+RAILS_TEST_SHORT=1} bundle exec rake test TESTOPTS=-v ${testargs[services/api]}
+ && env RAILS_ENV=test ${short:+RAILS_TEST_SHORT=1} bundle exec bin/rails test TESTOPTS='-v -d' ${testargs[services/api]}
}
test_sdk/ruby() {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list