Boost.Test > Components > The Unit Test Framework > > Parameters > No result code
Boost Test logo

The 'no result code' parameter

Parameter Name: [Do not] return result code
Environment variable name: BOOST_TEST_RESULT_CODE
Command line argument name: result_code
Acceptable Values: yes
no
Description: value "no" enforces the framework to always return zero result code. This could be used for test programs executed within GUI. See usage recomendations page for more details.