aboutsummaryrefslogtreecommitdiff
path: root/tcwg-binutils.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2016-05-14 14:30:33 +0200
committerChristophe Lyon <christophe.lyon@linaro.org>2016-05-14 14:30:33 +0200
commitf3eeaa09d6587eaa0a273aaa5b13b16c9d0736a5 (patch)
tree073ec8fa0f04e3fc11e80fa81f30688ad9ef9b51 /tcwg-binutils.yaml
parent3d4b970d36852a768eaf7d0565f976fe73b8729f (diff)
tcwg-binutils: make results easier to read.
Change-Id: Ic045c342b686f07e823181efc32518c880fe7859
Diffstat (limited to 'tcwg-binutils.yaml')
-rw-r--r--tcwg-binutils.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tcwg-binutils.yaml b/tcwg-binutils.yaml
index 56e8b27292..51f5784925 100644
--- a/tcwg-binutils.yaml
+++ b/tcwg-binutils.yaml
@@ -118,7 +118,13 @@
${BUILD_SHELL} -c "make all -j$jobs"
${BUILD_SHELL} -c "make check -j$jobs -k" || result=1
sums=`find . -name "*.sum"`
+ echo '############################################'
+ echo 'See unexpected results below:'
+ echo '############################################'
[ x"$sums" != x ] && egrep '^FAIL:|^XPASS:' $sums || true
+ echo '############################################'
+ echo 'See ends of sumfiles below:'
+ echo '############################################'
[ x"$sums" != x ] && tail $sums
echo BUILD FINISHED $(date)