From 73a48a428648913dc2324f8dca1b30fcf33c3902 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Tue, 27 Apr 2010 02:06:59 +0200 Subject: [PATCH] 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. Signed-off-by: Ralf Wildenhues --- ChangeLog | 6 ++++++ tests/silent8.test | 1 + 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 519a4af..ade5de5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-06-06 Stefano Lattarini + + 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 Fix requirements of silent8.test. diff --git a/tests/silent8.test b/tests/silent8.test index 2546775..b008fc7 100755 --- a/tests/silent8.test +++ b/tests/silent8.test @@ -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 -- 2.7.4