Opened 13 years ago
Closed 10 years ago
#3120 closed Support Requests (wontfix)
Bad documentation BOOST_TEST parameters
Reported by: | Owned by: | Gennadiy Rozental | |
---|---|---|---|
Milestone: | To Be Determined | Component: | test |
Version: | Boost 1.38.0 | Severity: | Problem |
Keywords: | Cc: |
Description
On http://www.boost.org/doc/libs/1_38_0/libs/test/doc/html/utf/user-guide/runtime-config/reference.html I was lookng for log_level parameters I can parametrize and found
Command line argument name : log_level
After a few tries and a lot of googling I found that the parameter has to be passes in the following way: --log_level=
This is also the case for log_format and I guess all other runtime parameters. Either the documentation should be changed to --param or a human worthy example should be added to the description!
Note:
See TracTickets
for help on using tickets.
Format of the parameters is described on previous page:
http://www.boost.org/doc/libs/1_38_0/libs/test/doc/html/utf/user-guide/runtime-config.html