Subject: Re: [Boost-users] [test] How to ignore a signal?
From: Gennaidy Rozental (rogeeff_at_[hidden])
Date: 2008-09-18 16:47:22


Boris <boriss <at> web.de> writes:

>
> I've a test case which receives the SIGCHLD signal on Solaris. Boost.Test
> catches it and prints an error message although in that test case SIGCHLD
> s perfectly fine. How do I make Boost.Test ignore this signal? I found

What error code does it produce?

You can always use --catch_system_errors=no

In trunk I checked in compile time switch that affects handling child processes
with non-zero return codes

Gennadiy