#3374 closed Bugs (fixed)
"Runtime parameters reference" documentation lists incorrect parameter/environment variable names
Reported by: | Owned by: | Gennadiy Rozental | |
---|---|---|---|
Milestone: | Boost 1.59.0 | Component: | test |
Version: | Boost 1.39.0 | Severity: | Problem |
Keywords: | Cc: |
Description
http://www.boost.org/doc/libs/1_39_0/libs/test/doc/html/utf/user-guide/runtime-config/reference.html
Item detect_memory_leaks lists "Command line argument name: build_info"; this should be "detect memory_leaks", and likely the list label should be changed to match. "BOOST_TEST_DETECT_MEMORY_LEAK" (singular) is correct for the environment variable.
Item report_format lists "Command line argument name: report"; this should be "report_format".
Item report_level lists "Environment variable name: BOOST_TEST_LOG_FORMAT" and "Command line argument name: log_format"; these should be "BOOST_TEST_REPORT_LEVEL" and "report_level" respectively.
Change History (4)
comment:1 by , 13 years ago
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 7 years ago
Milestone: | Boost 1.41.0 → Boost 1.59.0 |
---|
A very similar report but against Boost 1.35.0 is here #2018