You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ns...@apache.org on 2016/01/23 16:21:53 UTC

[2/4] thrift git commit: THRIFT-3576 Boost test --log_format arg does not accept lowercase Client: Test (C++) Patch: Nobuaki Sukegawa

THRIFT-3576 Boost test --log_format arg does not accept lowercase
Client: Test (C++)
Patch: Nobuaki Sukegawa

This closes #814


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/3d600bfe
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/3d600bfe
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/3d600bfe

Branch: refs/heads/master
Commit: 3d600bfec3938bcee0008592e25cb1489bc782fa
Parents: a837085
Author: Nobuaki Sukegawa <ns...@apache.org>
Authored: Sat Jan 23 22:45:20 2016 +0900
Committer: Nobuaki Sukegawa <ns...@apache.org>
Committed: Sun Jan 24 00:13:44 2016 +0900

----------------------------------------------------------------------
 lib/cpp/test/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/3d600bfe/lib/cpp/test/Makefile.am
----------------------------------------------------------------------
diff --git a/lib/cpp/test/Makefile.am b/lib/cpp/test/Makefile.am
index 5f3b117..162dc19 100755
--- a/lib/cpp/test/Makefile.am
+++ b/lib/cpp/test/Makefile.am
@@ -101,7 +101,7 @@ endif
 TESTS_ENVIRONMENT= \
 	BOOST_TEST_LOG_SINK=tests.xml \
 	BOOST_TEST_LOG_LEVEL=test_suite \
-	BOOST_TEST_LOG_FORMAT=xml
+	BOOST_TEST_LOG_FORMAT=XML
 
 TESTS = \
 	$(check_PROGRAMS)