Boost C++ Libraries: Ticket #13504: [Boost::Test] short form of catch_system_errors not working https://svn.boost.org/trac10/ticket/13504 <hr /> <p> Parameter: catch_system_errors </p> <blockquote> <p> Allows to switch between catching and ignoring system errors (signals). Command line formats: </p> <blockquote> <p> --[no_]catch_system_errors[=&lt;boolean value&gt;] -s[ &lt;boolean value&gt;] </p> </blockquote> </blockquote> <hr /> <p> short form ( -s ) doesn't work as described. </p> <p> Neither '-s no', '-s false' , -sno with or without quotes are not accepted. </p> <p> examples </p> <hr /> <p> $ test_app -s no </p> <p> Boost.Test WARNING: token "no" does not correspond to the Boost.Test argument </p> <blockquote> <p> and should be placed after all Boost.Test arguments and the -- separator. For example: test_app --random -- no </p> </blockquote> <hr /> <p> $ test_app "-s no" </p> <p> Invalid separator for the parameter catch_system_errors in the argument -s no </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/13504 Trac 1.4.3 Kohei Takahashi Wed, 04 Apr 2018 13:43:55 GMT component changed; owner set https://svn.boost.org/trac10/ticket/13504#comment:1 https://svn.boost.org/trac10/ticket/13504#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Gennadiy Rozental</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">test</span> </li> </ul> Ticket Raffi Enficiaud Thu, 21 Jun 2018 05:12:20 GMT owner, status, milestone changed https://svn.boost.org/trac10/ticket/13504#comment:2 https://svn.boost.org/trac10/ticket/13504#comment:2 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Gennadiy Rozental</span> to <span class="trac-author">Raffi Enficiaud</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.68.0</span> </li> </ul> Ticket Raffi Enficiaud Wed, 01 Aug 2018 17:07:22 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/13504#comment:3 https://svn.boost.org/trac10/ticket/13504#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> Ticket