aboutsummaryrefslogtreecommitdiff
path: root/tcwg-binutils.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2015-11-25 10:57:28 +0100
committerChristophe Lyon <christophe.lyon@linaro.org>2015-11-25 10:57:28 +0100
commit5b399e36813abe24ebd0b8714a4116a2df94631c (patch)
treed8ae72fdea8ab113d56ec9d956d7dc14b3564760 /tcwg-binutils.yaml
parentb43ff9b5d36351300857529014566560e59d7993 (diff)
tcwg-binutils tcwg-binutils-testing: Remove RUNTESTFLAGS verbosity.
Change-Id: Idbd331d9f404df8fffcbc77bdee65867f4b21009
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 a871ce8bad..3d63d26062 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 RUNTESTFLAGS='-v -v -v'" || result=1
+ ${BUILD_SHELL} -c "make check-gas check-ld check-binutils -j$jobs -k" || result=1
sums=`find . -name "*.sum"`
[ x"$sums" != x ] && egrep '^FAIL:|^XPASS:' $sums || true
[ x"$sums" != x ] && tail $sums