aboutsummaryrefslogtreecommitdiff
path: root/tcwg-binutils.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2017-06-23 16:45:26 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2017-06-23 16:45:26 +0000
commit7e39559c4203fa0e8b51374035a8b583e26d1ada (patch)
tree9d4ca2c347a08dccdfcac798919c3cd4ae56e5b8 /tcwg-binutils.yaml
parentbaceb9de1cab726ce2dfb752f02ce6b5e3f1aa5e (diff)
tcwg-binutils: Add --debug to runtestflags.
Change-Id: Ib1a6105b64603b4bf1d5ff46fd2fd651f3410f09
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 76cb22df..147163bf 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' make check -j$jobs -k" || result=1
+ ${BUILD_SHELL} -c "RUNTESTFLAGS='-v -v -v --debug' make check -j$jobs -k" || result=1
# For the moment, only build gdb (do not run the tests).
# Do this in a different subdir.