From: Tom Clegg Date: Thu, 19 Sep 2019 13:52:44 +0000 (-0400) Subject: Count "failed to start services" as failure, not success. X-Git-Tag: 2.0.0~198 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/3aed87eca24ce57ca154e76155204d107970bbed?hp=1e64cd695a165bd55a5aa595e566eb780aa10edb Count "failed to start services" as failure, not success. No issue # Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- diff --git a/build/run-tests.sh b/build/run-tests.sh index ec6ced2226..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