id summary reporter owner description type status milestone component version severity resolution keywords cc 13504 [Boost::Test] short form of catch_system_errors not working konstantin.kivi@… Raffi Enficiaud " ------------ Parameter: catch_system_errors Allows to switch between catching and ignoring system errors (signals). Command line formats: --[no_]catch_system_errors[=] -s[ ] ------------------- 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" Bugs closed Boost 1.68.0 test Boost 1.63.0 Problem fixed