X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c2c27beb2cb306608523874e23ef66424a10453a..8da39e55beb95fa6f2408c86803e5a003bcd8ae5:/build/run-tests.sh diff --git a/build/run-tests.sh b/build/run-tests.sh index ea4d6e4bd2..0c7909c6ae 100755 --- a/build/run-tests.sh +++ b/build/run-tests.sh @@ -739,6 +739,7 @@ do_test() { ;; *) if ! start_services; then + checkexit 1 "$1 tests" title "test $1 -- failed to start services" return 1 fi @@ -1107,13 +1108,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() {