]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
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 33faa695758065561b1aa107fd9c7489381c8cca..b046b32ea1c537353971c3a09686419d8c8bf037 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+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
diff --git a/README b/README
index 0633cb8c50a5dea702da0598ab7562e1bff98891..2ac9dd272f54c6f47e7e2e239d4c8f7c9b0f3dd3 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: