[Boost-bugs] [Boost C++ Libraries] #13504: [Boost::Test] short form of catch_system_errors not working

Subject: [Boost-bugs] [Boost C++ Libraries] #13504: [Boost::Test] short form of catch_system_errors not working
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2018-03-30 11:36:51


#13504: [Boost::Test] short form of catch_system_errors not working
-------------------------------+---------------------
 Reporter: konstantin.kivi@… | Owner: (none)
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: None
  Version: Boost 1.63.0 | Severity: Problem
 Keywords: |
-------------------------------+---------------------
 ------------
 Parameter: catch_system_errors
  Allows to switch between catching and ignoring system errors (signals).
  Command line formats:
    --[no_]catch_system_errors[=<boolean value>]
    -s[ <boolean value>]
 -------------------
 short form ( -s ) doesn't work as described.

 Neither '-s no', '-s false' , -sno with or without quotes are not
 accepted.

 examples
 -----
 $ test_app -s no

 Boost.Test WARNING: token "no" does not correspond to the Boost.Test
 argument
                     and should be placed after all Boost.Test arguments
 and the -- separator.
                     For example: test_app --random -- no
 ------
 $ test_app "-s no"

 Invalid separator for the parameter catch_system_errors in the argument -s
 no

-- 
Ticket URL: <https://svn.boost.org/trac10/ticket/13504>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2018-03-30 11:42:34 UTC