TODO: Put a short summary on the line above and replace this paragraph
with a longer explanation of this change. Complete the meta-information
with other relevant fields (see below for details). To make it easier, the
information below has been extracted from the changelog. Adjust it or drop
it.
thrift (0.10.0-1) experimental; urgency=low
* New upstream release.
Gbp-Pq: Name broken_boost_1.62.patch
endif
TESTS_ENVIRONMENT= \
- BOOST_TEST_LOG_SINK=tests.xml \
- BOOST_TEST_LOG_LEVEL=test_suite \
- BOOST_TEST_LOG_FORMAT=XML
+ BOOST_TEST_LOGGER=XML,test_suite,tests.xml
+# BOOST_TEST_LOG_SINK=tests.xml \
+# BOOST_TEST_LOG_LEVEL=test_suite \
+# BOOST_TEST_LOG_FORMAT=XML
TESTS = \
$(check_PROGRAMS)
Benchmark_LDADD = libtestgencpp.la
TESTS_ENVIRONMENT = \
- BOOST_TEST_LOG_SINK=tests.xml \
- BOOST_TEST_LOG_LEVEL=test_suite \
- BOOST_TEST_LOG_FORMAT=XML
+ BOOST_TEST_LOGGER=XML,test_suite,tests.xml
+# BOOST_TEST_LOG_SINK=tests.xml \
+# BOOST_TEST_LOG_LEVEL=test_suite \
+# BOOST_TEST_LOG_FORMAT=XML
TESTS = \
$(check_PROGRAMS)