automake-patches
[Top][All Lists]
Advanced

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

Re: [PATCH 9/9] Tiny fix in silent8.test (display output of `make' comma


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

Patch updated.
From c23faa58bf56bea87073da95321f05f7fa1161df Mon Sep 17 00:00:00 2001
From: Stefano Lattarini <address@hidden>
Date: Tue, 27 Apr 2010 02:06:59 +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 8a00981..6a1fc63 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2010-04-27  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'.
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]