From: Pedro Alves Date: Thu, 11 Feb 2016 19:55:46 +0000 (+0000) Subject: Add missing quotes to gdb/testsuite/README X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=acc23c113ab9602707574e7df120f96170a9731c;p=binutils-gdb.git Add missing quotes to gdb/testsuite/README gdb/testsuite/ChangeLog: 2016-02-11 Pedro Alves * README (Parallel testing): Add missing double quotes. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 1c18935e527..0d614402694 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2016-02-11 Pedro Alves + + * README (Parallel testing): Add missing double quotes. + 2016-02-11 Pedro Alves * README (Parallel testing): New section. diff --git a/gdb/testsuite/README b/gdb/testsuite/README index d58a45292f0..6b590277315 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.