From 9c84c3f6b4ad2465d994c4b08d155c44f45a5713 Mon Sep 17 00:00:00 2001 From: Lucas Di Pentima Date: Fri, 26 Apr 2019 20:34:07 -0300 Subject: [PATCH] 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 --- build/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/run-tests.sh b/build/run-tests.sh index d8ae7c3c94..909d43a32f 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() { -- 2.30.2