aboutsummaryrefslogtreecommitdiff
path: root/tcwg-binutils.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2015-11-06 15:41:07 +0100
committerChristophe Lyon <christophe.lyon@linaro.org>2015-11-06 15:41:07 +0100
commit23e12b885d88c04dfe63e8120785c2addecfc386 (patch)
tree2f81139ff3712a257ee7c304a4cd20f1e0372ca6 /tcwg-binutils.yaml
parent96f7dccbfccc538479b6e65dfabc5d73228f55a6 (diff)
tcwg-binutils: grep FAIL and XPASS tests.
Change-Id: I049f0d0ac6e3a9dba659751bafe5e99d7347359f
Diffstat (limited to 'tcwg-binutils.yaml')
-rw-r--r--tcwg-binutils.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/tcwg-binutils.yaml b/tcwg-binutils.yaml
index 710327a9f3..f830de90a1 100644
--- a/tcwg-binutils.yaml
+++ b/tcwg-binutils.yaml
@@ -112,5 +112,7 @@
${BUILD_SHELL} -c "../configure $lto --enable-plugins --prefix=`pwd`/install --target $target ${bfd}"
${BUILD_SHELL} -c "make all-gas all-ld all-binutils -j$jobs"
${BUILD_SHELL} -c "make check-gas check-ld check-binutils -j$jobs -k" || result=1
- tail `find . -name "*.sum"`
+ sums=`find . -name "*.sum"`
+ [ x"$sums" != x ] && egrep '^FAIL:|^XPASS:' $sums || true
+ [ x"$sums" != x ] && tail $sums
exit $result