Boost C++ Libraries: Ticket #1839: Test fails if child process exits with non-zero code https://svn.boost.org/trac10/ticket/1839 <p> The issue is very similar to Ticket <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1723" title="#1723: Bugs: No subprocess can be started in init_unit_test_suite (closed: fixed)">#1723</a>. That solution is not good since childs are allowed to exit only with 0 code now. It's better having more freedom. Non-zero code doesn't mean the test case failed. For example, grep returns 1 when it can't find a match. I suggest removing return code check at all. </p> <p> This used to work OK in Boost 1.34.1. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1839 Trac 1.4.3 Gennadiy Rozental Mon, 15 Sep 2008 04:37:27 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1839#comment:1 https://svn.boost.org/trac10/ticket/1839#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> introduced compile time switch </p> Ticket Mon, 03 Nov 2008 14:20:34 GMT milestone deleted https://svn.boost.org/trac10/ticket/1839#comment:2 https://svn.boost.org/trac10/ticket/1839#comment:2 <ul> <li><strong>milestone</strong> <span class="trac-field-deleted">Boost 1.35.1</span> </li> </ul> <p> Milestone Boost 1.35.1 deleted </p> Ticket