aboutsummaryrefslogtreecommitdiff
path: root/tcwg-binutils.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2015-11-24 17:58:27 +0100
committerChristophe Lyon <christophe.lyon@linaro.org>2015-11-24 17:59:33 +0100
commitb91028252d68e960595bbb70bb7378af428713a2 (patch)
tree5767914c4a44444daae72c6ab4f35cb39981675c /tcwg-binutils.yaml
parent1e43cf7476a137262da7ca35f231b42f86574dab (diff)
tcwg-binutils: Force RUNTESTFLAGS to be verbose.
Change-Id: I985d793524b05d3ebfae31a258f1a3b2e79a1e84
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 3d63d26062..a871ce8bad 100644
--- a/tcwg-binutils.yaml
+++ b/tcwg-binutils.yaml
@@ -112,7 +112,7 @@
# errors.
${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
+ ${BUILD_SHELL} -c "make check-gas check-ld check-binutils -j$jobs -k RUNTESTFLAGS='-v -v -v'" || result=1
sums=`find . -name "*.sum"`
[ x"$sums" != x ] && egrep '^FAIL:|^XPASS:' $sums || true
[ x"$sums" != x ] && tail $sums