aboutsummaryrefslogtreecommitdiff
path: root/tcwg-binutils.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2017-06-26 14:30:14 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2017-06-26 14:31:41 +0000
commita1a882f473282fd7ca34edfc822504882b3810de (patch)
tree3dbc9c2b24618996f5e89bdd8df50452e27a515a /tcwg-binutils.yaml
parent1a4b6a14f5ed39523312e4ae389afaf4eb9c64a2 (diff)
tcwg-binutils: Remove verbose flags.
To save disk space Change-Id: I67b36b5dcf25c5d0a765ac9d3a1d23bb3afe730d
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 147163bf..b23d62e9 100644
--- a/tcwg-binutils.yaml
+++ b/tcwg-binutils.yaml
@@ -138,7 +138,7 @@
# errors.
${BUILD_SHELL} -c "../configure $lto --enable-plugins --disable-gprof --disable-gdb --disable-sim --disable-libdecnumber --disable-readline --prefix=`pwd`/install $target_opt ${bfd}"
${BUILD_SHELL} -c "make all -j$jobs"
- ${BUILD_SHELL} -c "RUNTESTFLAGS='-v -v -v --debug' make check -j$jobs -k" || result=1
+ ${BUILD_SHELL} -c "make check -j$jobs -k" || result=1
# For the moment, only build gdb (do not run the tests).
# Do this in a different subdir.