31 Dec
2009
31 Dec
'09
9:14 p.m.
Avila Mathieu
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