automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-1859


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-1859-gff8269e
Date: Tue, 14 Feb 2012 13:29:49 +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=ff8269e114bcee4070b8837c1e8715dd5c22d04f

The branch, master has been updated
       via  ff8269e114bcee4070b8837c1e8715dd5c22d04f (commit)
       via  df79bb4b0414009e212e7189ba732d347ba536ee (commit)
      from  2a2500cef5aaea77789a0f7bfc5d9b12c7a1b61f (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 ff8269e114bcee4070b8837c1e8715dd5c22d04f
Merge: 2a2500c df79bb4
Author: Stefano Lattarini <address@hidden>
Date:   Tue Feb 14 14:28:57 2012 +0100

    Merge branch 'fix-tap-signal-test'
    
    * fix-tap-signal-test:
      fixup: fix test tap-signal.tap to avoid false negatives

commit df79bb4b0414009e212e7189ba732d347ba536ee
Author: Stefano Lattarini <address@hidden>
Date:   Tue Feb 14 14:28:34 2012 +0100

    fixup: fix test tap-signal.tap to avoid false negatives
    
    Problem introduced by yesterday commit v1.11-1851-g79b2c6a,
    "tests: avoid yet other spurious failures on NetBSD"
    
    * tests/tap-signal.tap: Truly ensure the exit status of the make
    call under test is correctly reflected in the TAP result displayed
    by the corresponding 'command_ok_' invocation.

-----------------------------------------------------------------------

Summary of changes:
 tests/tap-signal.tap |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tests/tap-signal.tap b/tests/tap-signal.tap
index e14cc50..b84993a 100755
--- a/tests/tap-signal.tap
+++ b/tests/tap-signal.tap
@@ -105,6 +105,7 @@ command_ok_ '"make check" fails' eval '
     # 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
+    test $st -gt 0
   )
 '
 cat stdout # For debugging.


hooks/post-receive
-- 
GNU Automake



reply via email to

[Prev in Thread] Current Thread [Next in Thread]