[ARVADOS] updated: 1.3.0-1621-ga5b7b00af
Git user
git at public.curoverse.com
Thu Sep 19 14:21:33 UTC 2019
Summary of changes:
build/run-tests.sh | 1 +
1 file changed, 1 insertion(+)
via a5b7b00aff9debab6607afb09b387de627bc2603 (commit)
from ce0df2b962b83137d97b75f594aa28fd694fb015 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit a5b7b00aff9debab6607afb09b387de627bc2603
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date: Thu Sep 19 09:39:11 2019 -0400
13647: Count "failed to start services" as failure, not success.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>
diff --git a/build/run-tests.sh b/build/run-tests.sh
index f374fc53e..998b780b4 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -738,6 +738,7 @@ do_test() {
*)
check_arvados_config "$1"
if ! start_services; then
+ checkexit 1 "$1 tests"
title "test $1 -- failed to start services"
return 1
fi
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list