Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
--report_sink

This argument controls the destination, or sink, of the test runner report. See test runner report for more information on the report.

Value

Meaning

stdout

The test report is sent to the standard output stream.

stderr (default)

The test report is sent to the standard error stream.

file

The test report is sent to the file file.

Environment variable: BOOST_TEST_REPORT_SINK


PrevUpHomeNext