This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Add missing quotes to gdb/testsuite/README


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=acc23c113ab9602707574e7df120f96170a9731c

commit acc23c113ab9602707574e7df120f96170a9731c
Author: Pedro Alves <palves@redhat.com>
Date:   Thu Feb 11 19:55:46 2016 +0000

    Add missing quotes to gdb/testsuite/README
    
    gdb/testsuite/ChangeLog:
    2016-02-11  Pedro Alves  <palves@redhat.com>
    
    	* README (Parallel testing): Add missing double quotes.

Diff:
---
 gdb/testsuite/ChangeLog | 4 ++++
 gdb/testsuite/README    | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 1c18935..0d61440 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,9 @@
 2016-02-11  Pedro Alves  <palves@redhat.com>
 
+	* README (Parallel testing): Add missing double quotes.
+
+2016-02-11  Pedro Alves  <palves@redhat.com>
+
 	* README (Parallel testing): New section.
 	(GDB_PARALLEL): Rewrite.
 	(FORCE_PARALLEL): Document.
diff --git a/gdb/testsuite/README b/gdb/testsuite/README
index d58a452..6b59027 100644
--- a/gdb/testsuite/README
+++ b/gdb/testsuite/README
@@ -44,8 +44,8 @@ serialized.  This can be overridden by either using the
 `check-parallel' target in the Makefile, or by setting FORCE_PARALLEL
 to any non-empty value:
 
-	make check-parallel RUNTESTFLAGS="--target_board=native-gdbserver
-	make check RUNTESTFLAGS="--target_board=native-gdbserver FORCE_PARALLEL=1
+	make check-parallel RUNTESTFLAGS="--target_board=native-gdbserver"
+	make check RUNTESTFLAGS="--target_board=native-gdbserver" FORCE_PARALLEL=1
 
 If you want to use runtest directly instead of using the Makefile, see
 the description of GDB_PARALLEL below.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]