build: make the failure summary nicer formatting Change-Id: Id8ac20195026be6069cc3ec1e18139d09f102011 Reviewed-on: http://gerrit.cloudera.org:8080/7114 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <[email protected]> Reviewed-by: Adar Dembo <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/kudu/repo Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/693f675c Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/693f675c Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/693f675c Branch: refs/heads/master Commit: 693f675c580364f0a94f58c161074590a09913da Parents: a9ac82f Author: Todd Lipcon <[email protected]> Authored: Wed Jun 7 20:37:04 2017 -0700 Committer: Todd Lipcon <[email protected]> Committed: Thu Jun 8 22:00:17 2017 +0000 ---------------------------------------------------------------------- build-support/jenkins/build-and-test.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kudu/blob/693f675c/build-support/jenkins/build-and-test.sh ---------------------------------------------------------------------- diff --git a/build-support/jenkins/build-and-test.sh b/build-support/jenkins/build-and-test.sh index 8346472..5ebe1dd 100755 --- a/build-support/jenkins/build-and-test.sh +++ b/build-support/jenkins/build-and-test.sh @@ -511,9 +511,14 @@ fi set -e if [ -n "$FAILURES" ]; then + echo + echo + echo ====================================================================== echo Failure summary - echo ------------------------------------------------------------ + echo ====================================================================== echo $FAILURES + echo + echo fi exit $EXIT_STATUS
