summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gdb/gdb/runtest-flags.patch
blob: 054abc32d11228ba77c175fb36f8ff1991329b20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Description: add -a to runtest
 Pass "-a" to runtest so that everything is printed to output
  (e.g. unsupported test cases)

Author: "Gordon.Sun" <gordon.sun@enea.com>
Date: Wed, 28 Nov 2012 03:39:58 +0100

Upstream-Status: Inappropriate (other)

Signed-off-by: Gordon.Sun <gordon.sun@enea.com>
Signed-off-by: Ciprian Barbu <ciprian.barbu@enea.com>
---
 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