]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
fixup: display captured make stdout in 'tap-signal.tap'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 16 Feb 2012 10:52:55 +0000 (11:52 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 16 Feb 2012 10:52:55 +0000 (11:52 +0100)
tests/tap-signal.tap

index d32c45cd9dd4c2ef2c6a3bcf69b6e536fccc0299..fb4e9ba46f677a698d1a1c9095becefc0bdce647 100755 (executable)
@@ -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.