From: Stefano Lattarini Date: Thu, 16 Feb 2012 10:52:55 +0000 (+0100) Subject: fixup: display captured make stdout in 'tap-signal.tap' X-Git-Tag: ng-0.5a~9^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85d414318eddf5ba4f91fe65bdbf4c4e7cdc6e37;p=thirdparty%2Fautomake.git fixup: display captured make stdout in 'tap-signal.tap' --- 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.