[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-1851
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-1851-g79b2c6a |
Date: |
Mon, 13 Feb 2012 23:16:50 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".
http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=79b2c6a58577662070f8f8827f5e6f665ebd102a
The branch, master has been updated
via 79b2c6a58577662070f8f8827f5e6f665ebd102a (commit)
from ee07d99289e9da3f601fe3f5512d20516fdb4f58 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 79b2c6a58577662070f8f8827f5e6f665ebd102a
Author: Stefano Lattarini <address@hidden>
Date: Tue Feb 14 00:14:36 2012 +0100
tests: avoid yet other spurious failures on NetBSD
* tests/tap-signal.tap: Add a "strategically placed" extra 'echo'
command and a temporary silencing of xtraces; they are 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.
-----------------------------------------------------------------------
Summary of changes:
tests/tap-signal.tap | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/tests/tap-signal.tap b/tests/tap-signal.tap
index f436bc8..e14cc50 100755
--- a/tests/tap-signal.tap
+++ b/tests/tap-signal.tap
@@ -98,7 +98,15 @@ signal_caught ()
esac
}
-command_ok_ '"make check" fails' eval 'not $MAKE check >stdout'
+command_ok_ '"make check" fails' eval '
+ (
+ st=0; $MAKE check >stdout || st=$?
+ # 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.
+ set +x; echo
+ )
+'
cat stdout # For debugging.
command_ok_ "count of test results" count_test_results \
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-1851-g79b2c6a,
Stefano Lattarini <=