commit | 2cf03d246998acf5c387a5855c36b25a1b791cb8 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Fri Feb 28 07:33:42 2014 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Fri Feb 28 07:33:42 2014 +0000 |
tree | d7bbf68d340108ee5fd7d4ba681539d1dc963c4d | |
parent | f07a209ce01e2d34c3624244da040537b6006bf9 [diff] | |
parent | 1237922b655d8ab1690b88c718d7002415ce1201 [diff] |
Merge "make service_check fatal"
diff --git a/functions-common b/functions-common index b1ba2e9..9e4b31c 100644 --- a/functions-common +++ b/functions-common
@@ -1136,7 +1136,7 @@ done if [ -n "$failures" ]; then - echo "More details about the above errors can be found with screen, with ./rejoin-stack.sh" + die $LINENO "More details about the above errors can be found with screen, with ./rejoin-stack.sh" fi }