Opened 13 years ago

Closed 12 years ago

Last modified 7 years ago

#3374 closed Bugs (fixed)

"Runtime parameters reference" documentation lists incorrect parameter/environment variable names

Reported by: David G. Kahane <dgk@…> 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 Mateusz Loskot, 13 years ago

A very similar report but against Boost 1.35.0 is here #2018

comment:2 by Mateusz Loskot, 13 years ago

Related ticket #3896

comment:3 by Steven Watanabe, 12 years ago

Resolution: fixed
Status: newclosed

(In [62765]) Fix the reference for report_format and report_level. Fixes #3374

comment:4 by Raffi Enficiaud, 7 years ago

Milestone: Boost 1.41.0Boost 1.59.0
Note: See TracTickets for help on using tickets.