15003: Merge branch 'master' into 15003-preprocess-config
[arvados.git] / build / run-tests.sh
index 956d82a575b88054c59ab711f51ef71f8ccf83d2..7886749b9a0893b45e943238773d506870b80f68 100755 (executable)
@@ -1069,7 +1069,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 rake test TESTOPTS='-v -d' ${testargs[services/api]}
 }
 
 test_sdk/ruby() {