[
https://issues.apache.org/jira/browse/THRIFT-3576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15113767#comment-15113767
]
ASF GitHub Bot commented on THRIFT-3576:
----------------------------------------
GitHub user nsuke opened a pull request:
https://github.com/apache/thrift/pull/814
THRIFT-3576 Boost test --log_format arg does not accept lowercase
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nsuke/thrift THRIFT-3567
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/814.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #814
----
commit c261c69d4e64455b912524b6df603be0f169d29c
Author: Nobuaki Sukegawa <[email protected]>
Date: 2016-01-23T13:45:20Z
THRIFT-3576 Boost test --log_format arg does not accept lowercase
----
> Boost test --log_format arg does not accept lowercase
> -----------------------------------------------------
>
> Key: THRIFT-3576
> URL: https://issues.apache.org/jira/browse/THRIFT-3576
> Project: Thrift
> Issue Type: Bug
> Components: C++ - Library, Test Suite
> Environment: boost 1.60.0
> Reporter: Aki Sukegawa
> Assignee: Aki Sukegawa
> Priority: Trivial
>
> 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.
> {quote}
> 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_FORMAT
> For detailed help on Boost.Test parameters use:
> lt-TNonblockingServerTest --help
> or
> lt-TNonblockingServerTest --help=<parameter name>
> FAIL: TNonblockingServerTest
> =====================
> 18 of 19 tests failed
> =====================
> {quote}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)