readme: update advice about testsuite execution
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 14 Dec 2011 20:10:20 +0000 (21:10 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 15 Dec 2011 10:26:08 +0000 (11:26 +0100)
* README: Now that the automake testsuite uses the parallel-tests
driver, there is no need for the user to capture the stdout of
"make check" to determine which tests have failed: a detailed log
is automatically saved into the `tests/test-suite.log' file.
Since we are at it, improve the wording by dropping an extra
"please".

ChangeLog
README

index 33faa69..b046b32 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2011-12-14  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
+       readme: update advice about testsuite execution
+       * README: Now that the automake testsuite uses the parallel-tests
+       driver, there is no need for the user to capture the stdout of
+       "make check" to determine which tests have failed: a detailed log
+       is automatically saved into the `tests/test-suite.log' file.
+       Since we are at it, improve the wording by dropping an extra
+       "please".
+
+2011-12-14  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
        readme: don't reference the old homepage at sources.redhat.com
        * README: Don't reference the old homepage at sources.redhat.com,
        which is no longer active; reference the homepage on www.gnu.org
diff --git a/README b/README
index 0633cb8..2ac9dd2 100644 (file)
--- a/README
+++ b/README
@@ -23,8 +23,7 @@ Automake has a test suite.  Use
 
        make check
 
-to run it.  Capture its output in case of failing tests.  For more
-information, please see the file tests/README.
+to run it.  For more information, see the file tests/README.
 
 Automake has a page on the web.  See: