]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Tiny fix in silent8.test (display output of `make' command).
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 27 Apr 2010 00:06:59 +0000 (02:06 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 6 Jun 2010 10:22:58 +0000 (12:22 +0200)
* tests/silent8.test: Make sure that the captured output of `make'
command is always displayed.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
tests/silent8.test

index 519a4afdd24e0592cc0f8a053e6098ddb65791d0..ade5de50e1649f02d300b93c9dcd497201d9744c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-06-06  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       Tiny fix in silent8.test (display output of `make' command).
+       * tests/silent8.test: Make sure that the captured output of `make'
+       command is always displayed.
+
 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        Fix requirements of silent8.test.
index 25467759d962182c90cad628f075ede4eb756120..b008fc74321adbe0299f254e5e0a5f55b717251e 100755 (executable)
@@ -57,6 +57,7 @@ grep 'TEXI2PDF foo.pdf' stdout || Exit 1
 # Now make sure the labels don't appear in verbose mode.
 $MAKE clean || Exit 1
 $MAKE V=1 dvi html info ps pdf >stdout || { cat stdout; Exit 1; }
+cat stdout
 grep 'DVIPS    foo.ps' stdout && Exit 1
 grep 'MAKEINFO foo.html' stdout && Exit 1
 grep 'MAKEINFO foo.info' stdout && Exit 1