Updated the dobuild.sh script to print summary and diff with expected summary.

original commit: e9424df9f712fefb108ad22ed75a2fb4705272f6
This commit is contained in:
Andy Keep 2018-01-15 22:13:04 -05:00
parent e43572f570
commit c5f5edf3bc

View File

@ -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