Add missing quotes to gdb/testsuite/README
authorPedro Alves <palves@redhat.com>
Thu, 11 Feb 2016 19:55:46 +0000 (19:55 +0000)
committerPedro Alves <palves@redhat.com>
Thu, 11 Feb 2016 19:55:46 +0000 (19:55 +0000)
gdb/testsuite/ChangeLog:
2016-02-11  Pedro Alves  <palves@redhat.com>

* README (Parallel testing): Add missing double quotes.

gdb/testsuite/ChangeLog
gdb/testsuite/README

index 1c18935e527bbe9b729e08d55f8b92ba0b932b7a..0d614402694926f21815d15014c87f2b2814897c 100644 (file)
@@ -1,3 +1,7 @@
+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.
index d58a45292f003692e6f2293cb6d9f67d2bbb46a4..6b59027731520949acb28ce7ae4ee1b417553515 100644 (file)
@@ -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.