Description: add -a to runtest Pass "-a" to runtest so that everything is printed to output (e.g. unsupported test cases) Author: "Gordon.Sun" Date: Wed, 28 Nov 2012 03:39:58 +0100 Upstream-Status: Inappropriate (other) Signed-off-by: Gordon.Sun Signed-off-by: Ciprian Barbu --- gdb/testsuite/Makefile.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gdb/testsuite/Makefile.in b/gdb/testsuite/Makefile.in index fab124e..f5cddb2 100644 --- a/gdb/testsuite/Makefile.in +++ b/gdb/testsuite/Makefile.in @@ -46,7 +46,7 @@ EXPECT = `if [ -f $${rootme}/../../expect/expect ] ; then \ RUNTEST = $(RUNTEST_FOR_TARGET) -RUNTESTFLAGS = +RUNTESTFLAGS = -a FORCE_PARALLEL = -- 1.7.5.4