|
Boost Users : |
Subject: [Boost-users] [unittest] How to only ignore child terminate?
From: Firouzeh Jalilian (firouzeh02_at_[hidden])
Date: 2011-01-25 15:49:38
I have a code that is run from the tests that I am running which does child.terminate(). That is considered a system error, therefore, I would have to set catch_system_errors="no" in order to ignore it. But the downside is I miss the rest of system errors I might be interested in.
How can I only ignore child.terminate() while running unittests?
Thanks in advance
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net