From 85d414318eddf5ba4f91fe65bdbf4c4e7cdc6e37 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Thu, 16 Feb 2012 11:52:55 +0100 Subject: [PATCH] fixup: display captured make stdout in 'tap-signal.tap' --- tests/tap-signal.tap | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/tap-signal.tap b/tests/tap-signal.tap index d32c45cd9..fb4e9ba46 100755 --- a/tests/tap-signal.tap +++ b/tests/tap-signal.tap @@ -101,6 +101,7 @@ signal_caught () command_ok_ '"make check" fails' eval ' ( st=0; $MAKE check >stdout || st=$? + cat stdout # Extra "echo" and silencing of xtraces required to avoid possible # garbled output with NetBSD make, which would miss some final # newlines in the expected places and thus mess up our TAP output. -- 2.47.2