doc: fix location of Automake's own test-suite.log file
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 17 May 2012 10:36:23 +0000 (12:36 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 17 May 2012 10:36:30 +0000 (12:36 +0200)
* doc/automake.texi (Reporting Bugs): The global testsuite log of
Automake is now (basically since we have removed make recursion from
the Automake's build system) saved in the file 'test-suite.log', not
in the file 'tests/test-suite.log'.  Adjust accordingly.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
doc/automake.texi

index 2f2ebb0..939fe44 100644 (file)
@@ -13101,7 +13101,7 @@ bug in the @uref{http://debbugs.gnu.org/@/automake, bug tracker}.  Be
 sure to include the versions of Autoconf and Automake that you use.
 Ideally, post a minimal @file{Makefile.am} and @file{configure.ac} that
 reproduces the problem you encounter.  If you have encountered test
-suite failures, please attach the @file{tests/test-suite.log} file.
+suite failures, please attach the @file{test-suite.log} file.
 
 @c ========================================================== Appendices