automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 9/9] Tiny fix in silent8.test (display output of `make' command).


From: Stefano Lattarini
Subject: [PATCH 9/9] Tiny fix in silent8.test (display output of `make' command).
Date: Mon, 26 Apr 2010 00:17:08 +0200
User-agent: KMail/1.12.1 (Linux/2.6.30-2-686; KDE/4.3.4; i686; ; )

* tests/silent8.test: Make sure that the captured output of `make'
command is always displayed.
From f9d0ba1d8606dd147c9860fe305d0f0545f5292d Mon Sep 17 00:00:00 2001
From: Stefano Lattarini <address@hidden>
Date: Sun, 25 Apr 2010 23:05:18 +0200
Subject: [PATCH 9/9] 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.
---
 ChangeLog          |    4 ++++
 tests/silent8.test |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b72c9ac..2df27f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2010-04-25  Stefano Lattarini  <address@hidden>
 
+       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.
+
        Make tests on user extensibility of silent-rules mode stricter.
        * tests/silent6.test: Made stricter w.r.t. the grepping of the
        output produced by `make'.  Updated copyright years.
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
-- 
1.6.5


reply via email to

[Prev in Thread] Current Thread [Next in Thread]