$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost unit test framework and the "system" system call under Linux.
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2009-12-31 16:14:38
Avila Mathieu <mathieu.avila <at> laposte.net> writes:
> Unfortunately, it seems that the framework catches the signal of the
> child exit if it exits with a non-zero exit code. So that the unit test
> is aborted, which is not what I want.
This is in a queue to be fixed.
> It seems the Execution Monitor is the solution to my problem. Is it ?
> How can I use it to prevent Boost from catching every signal ?
You can disable all the signals using catch_system_errors=no
Genandiy