aboutsummaryrefslogtreecommitdiff
path: root/tcwg-binutils.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2015-11-05 22:19:44 +0100
committerChristophe Lyon <christophe.lyon@linaro.org>2015-11-05 22:19:44 +0100
commitf4f30504660d002578cf4656cfcb1af7fb748c62 (patch)
tree7393a7d9d783c6d2b606b3f1effdaff9063e7400 /tcwg-binutils.yaml
parentaea3431eabf338ec42141ace5a126b822e6153b1 (diff)
tcwg-binutils: Force -k at make check, to get all possible errors.
Change-Id: I177e3e5f25f025055883fc6d18cfb00a906f4175
Diffstat (limited to 'tcwg-binutils.yaml')
-rw-r--r--tcwg-binutils.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-binutils.yaml b/tcwg-binutils.yaml
index bb5edc921d..012045de28 100644
--- a/tcwg-binutils.yaml
+++ b/tcwg-binutils.yaml
@@ -105,5 +105,5 @@
cd build-$target
${BUILD_SHELL} -c "../configure $lto --enable-plugins --prefix=`pwd`/install --target $target ${bfd}"
${BUILD_SHELL} -c "make all-gas all-ld all-binutils -j4"
- ${BUILD_SHELL} -c "make check-gas check-ld check-binutils -j4"
+ ${BUILD_SHELL} -c "make check-gas check-ld check-binutils -j4 -k" || true
tail `find . -name "*.sum"`