18 Sep
2008
18 Sep
'08
8:47 p.m.
Boris
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