automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, testsuite-work, updated. v1


From: Peter Rosin
Subject: [Automake-commit] [SCM] GNU Automake branch, testsuite-work, updated. v1.11-1346-gfad3172
Date: Tue, 13 Sep 2011 15:10:16 +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=fad31722c6a5161fbbfc1e09361a5324569ad67b

The branch, testsuite-work has been updated
       via  fad31722c6a5161fbbfc1e09361a5324569ad67b (commit)
      from  4f797ab76bdc21b4b9916c10f6fdce93c1c4b30c (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 fad31722c6a5161fbbfc1e09361a5324569ad67b
Author: Peter Rosin <address@hidden>
Date:   Tue Sep 13 17:04:00 2011 +0200

    * tests/defs [$sh_errexit_works = yes]: Output 'SIGINT' for signal 2.
    
    Signed-off-by: Peter Rosin <address@hidden>

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

Summary of changes:
 ChangeLog  |    4 ++++
 tests/defs |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 7b30dd9..4b86e49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-09-13  Peter Rosin  <address@hidden>
+
+       * tests/defs [$sh_errexit_works = yes]: Output 'SIGINT' for signal 2.
+
 2011-09-13  Stefano Lattarini  <address@hidden>
 
        self tests: work around 'unset' spurious non-zero return value
diff --git a/tests/defs b/tests/defs
index f1822c8..297e5c0 100644
--- a/tests/defs
+++ b/tests/defs
@@ -961,7 +961,7 @@ if test "$sh_errexit_works" = yes; then
     exit $exit_status
   ' 0
   trap "fatal_ 'caught signal SIGHUP'" 1
-  trap "fatal_ 'caught signal SIGINIT'" 2
+  trap "fatal_ 'caught signal SIGINT'" 2
   trap "fatal_ 'caught signal SIGTERM'" 15
   # Various shells seems to just ignore SIGQUIT under some circumstances,
   # even if the signal is not blocked; however, if the signal it trapped,


hooks/post-receive
-- 
GNU Automake



reply via email to

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