-
Type:
Bug
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.10.0
-
Component/s: C++ - Library, Test Suite
-
Labels:None
-
Environment:
boost 1.60.0
In my environment all the boost tests fail with following errors, maybe it's boost version.
Changing xml -> XML as error message suggests fixed the problem.
xml is not a valid enumeration value name for parameter log_format.
Parameter: log_format
Specifies log format.
Command line formats:
--log_format=<HRF|CLF|XML>
-f <HRF|CLF|XML>
Environment variable: BOOST_TEST_LOG_FORMATFor detailed help on Boost.Test parameters use:
lt-TNonblockingServerTest --help
or
lt-TNonblockingServerTest --help=<parameter name>
FAIL: TNonblockingServerTest
=====================
18 of 19 tests failed
=====================