diff options
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/README | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 2046c9b..a330b0c 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2020-10-02 Gary Benson <gbenson@redhat.com> + + * README: Fix "paralell". + 2020-09-30 Gary Benson <gbenson@redhat.com> * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0): diff --git a/gdb/testsuite/README b/gdb/testsuite/README index fae0c33..f3c2642 100644 --- a/gdb/testsuite/README +++ b/gdb/testsuite/README @@ -73,7 +73,7 @@ possible to check just a specific test: One can also decide to call the Makefile rules by hand inside the gdb/testsuite directory, e.g.: - make check-paralell-racy -j4 + make check-parallel-racy -j4 In which case the value of the DEFAULT_RACY_ITER variable (inside gdb/testsuite/Makefile.in) will be used to determine how many |