Updated the dobuild.sh script to print summary and diff with expected summary.
original commit: e9424df9f712fefb108ad22ed75a2fb4705272f6
This commit is contained in:
parent
e43572f570
commit
c5f5edf3bc
|
@ -4,3 +4,5 @@
|
||||||
make
|
make
|
||||||
( cd ${TARGET_MACHINE}/mats && make all 2>&1 ) | tee Make.out | grep '^matting '
|
( cd ${TARGET_MACHINE}/mats && make all 2>&1 ) | tee Make.out | grep '^matting '
|
||||||
echo "exit code: $?"
|
echo "exit code: $?"
|
||||||
|
cat ${TARGET_MACHINE}/mats/summary
|
||||||
|
diff .travis/summary ${TARGET_MACHINE}/mats/summary
|
||||||
|
|
Loading…
Reference in New Issue
Block a user