Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/atf/dist/atf-sh Pull up revision 869e092e4986eb...



details:   https://anonhg.NetBSD.org/src/rev/f7f10bde46be
branches:  trunk
changeset: 760127:f7f10bde46be
user:      jmmv <jmmv%NetBSD.org@localhost>
date:      Mon Dec 27 20:36:17 2010 +0000

description:
Pull up revision 869e092e4986eb5dce90331ca9a64e125d7796eb from mainstream:

Revision: 869e092e4986eb5dce90331ca9a64e125d7796eb
Parent:   cca40eb08e7469dfe9d6ca982613458f24c1de28
Author:   jmmv%NetBSD.org@localhost
Date:     12/27/10 21:19:19
Branch:   org.NetBSD.atf.src

Changelog:

Recognize sigabrt in the signal checker

Problem found by Paul Goyette.

Changes against parent cca40eb08e7469dfe9d6ca982613458f24c1de28

  patched  atf-sh/atf-check.cpp

diffstat:

 external/bsd/atf/dist/atf-sh/atf-check.cpp |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 8e5a3d42b43d -r f7f10bde46be external/bsd/atf/dist/atf-sh/atf-check.cpp
--- a/external/bsd/atf/dist/atf-sh/atf-check.cpp        Mon Dec 27 19:48:02 2010 +0000
+++ b/external/bsd/atf/dist/atf-sh/atf-check.cpp        Mon Dec 27 20:36:17 2010 +0000
@@ -184,6 +184,7 @@
     { "int", SIGINT },
     { "quit", SIGQUIT },
     { "trap", SIGTRAP },
+    { "abrt", SIGABRT },
     { "kill", SIGKILL },
     { "segv", SIGSEGV },
     { "pipe", SIGPIPE },



Home | Main Index | Thread Index | Old Index