From c5f5edf3bc2cdd2659ca364b5910c1e69b32bfe6 Mon Sep 17 00:00:00 2001 From: Andy Keep Date: Mon, 15 Jan 2018 22:13:04 -0500 Subject: [PATCH] Updated the dobuild.sh script to print summary and diff with expected summary. original commit: e9424df9f712fefb108ad22ed75a2fb4705272f6 --- .travis/dobuild.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis/dobuild.sh b/.travis/dobuild.sh index f2febca2b9..0d14543a3f 100755 --- a/.travis/dobuild.sh +++ b/.travis/dobuild.sh @@ -4,3 +4,5 @@ make ( cd ${TARGET_MACHINE}/mats && make all 2>&1 ) | tee Make.out | grep '^matting ' echo "exit code: $?" +cat ${TARGET_MACHINE}/mats/summary +diff .travis/summary ${TARGET_MACHINE}/mats/summary