* tests/silent8.test: Make sure that the captured output of `make'
command is always displayed.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+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.
# 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