Update read1 example in gdb/testsuite/README
authorTom Tromey <tromey@adacore.com>
Wed, 9 Jun 2021 14:34:47 +0000 (08:34 -0600)
committerTom Tromey <tromey@adacore.com>
Wed, 9 Jun 2021 16:13:34 +0000 (10:13 -0600)
Tom de Vries noticed that the recent changes to the testsuite's
configury required an update to the README.  This patch changes the
text to document the new reality.

2021-06-09  Tom Tromey  <tromey@adacore.com>

* README (Example): Update read1 example.

gdb/testsuite/ChangeLog
gdb/testsuite/README

index d9bda5378059f10586b4c90e010ad5a2166320f2..39aa6489df0c6845a34ae84406b35c51b36819de 100644 (file)
@@ -1,3 +1,7 @@
+2021-06-09  Tom Tromey  <tromey@adacore.com>
+
+       * README (Example): Update read1 example.
+
 2021-06-09  Simon Marchi  <simon.marchi@polymtl.ca>
 
        * lib/tuiterm.exp (Term) <_check_box>: Improve logging.
index 0036753eff03f1cf16d40b9f249ed32d7f93bdb0..862f423a9888ab446aa977f79d0da48e84d6ff7c 100644 (file)
@@ -347,9 +347,13 @@ return at most 1 byte.
 To enable this, either pass a non-empty value in the READ1 make
 variable, or use the check-read1 make target instead of check.
 
-Examples:
+Example:
 
        make -j10 check-read1 TESTS="*/paginate-*.exp"
+
+If you've already built the read1 support code, either via a previous
+'check-read1' run, or by using "make read1", you can use:
+
        make -j10 check READ1="1"
 
 Note: While the intention is to detect races and make otherwise passing tests
This page took 0.036312 seconds and 4 git commands to generate.