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 519a4af..ade5de5 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 2546775..b008fc7 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