summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/gdb/gdb/runtest-flags.patch
diff options
context:
space:
mode:
authorPaul Vaduva <Paul.Vaduva@enea.com>2015-12-04 17:42:14 +0100
committerGeorge Nita <george.nita@enea.com>2015-12-07 10:20:47 +0100
commit9b3c8a18e0b8f995100bde7a9b4363a9044ecd10 (patch)
treeea9349a4b28089abcd9496be1893667c7662a391 /recipes-devtools/gdb/gdb/runtest-flags.patch
parent8d7d20f1ae6c10ef37723572b535c5c22814461e (diff)
downloadmeta-el-common-9b3c8a18e0b8f995100bde7a9b4363a9044ecd10.tar.gz
gdb: Add ptest
Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com> Signed-off-by: George Nita <george.nita@enea.com>
Diffstat (limited to 'recipes-devtools/gdb/gdb/runtest-flags.patch')
-rw-r--r--recipes-devtools/gdb/gdb/runtest-flags.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/recipes-devtools/gdb/gdb/runtest-flags.patch b/recipes-devtools/gdb/gdb/runtest-flags.patch
new file mode 100644
index 0000000..054abc3
--- /dev/null
+++ b/recipes-devtools/gdb/gdb/runtest-flags.patch
@@ -0,0 +1,30 @@
1Description: add -a to runtest
2 Pass "-a" to runtest so that everything is printed to output
3 (e.g. unsupported test cases)
4
5Author: "Gordon.Sun" <gordon.sun@enea.com>
6Date: Wed, 28 Nov 2012 03:39:58 +0100
7
8Upstream-Status: Inappropriate (other)
9
10Signed-off-by: Gordon.Sun <gordon.sun@enea.com>
11Signed-off-by: Ciprian Barbu <ciprian.barbu@enea.com>
12---
13 gdb/testsuite/Makefile.in | 2 +-
14 1 files changed, 1 insertions(+), 1 deletions(-)
15
16diff --git a/gdb/testsuite/Makefile.in b/gdb/testsuite/Makefile.in
17index fab124e..f5cddb2 100644
18--- a/gdb/testsuite/Makefile.in
19+++ b/gdb/testsuite/Makefile.in
20@@ -46,7 +46,7 @@ EXPECT = `if [ -f $${rootme}/../../expect/expect ] ; then \
21
22 RUNTEST = $(RUNTEST_FOR_TARGET)
23
24-RUNTESTFLAGS =
25+RUNTESTFLAGS = -a
26
27 FORCE_PARALLEL =
28
29--
301.7.5.4