<short summary of the patch>
authorLaszlo Boszormenyi (GCS) <gcs@debian.org>
Tue, 8 Jan 2019 21:31:07 +0000 (21:31 +0000)
committerLaszlo Boszormenyi (GCS) <gcs@debian.org>
Tue, 8 Jan 2019 21:31:07 +0000 (21:31 +0000)
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

lib/cpp/test/Makefile.am
lib/cpp/test/Makefile.in

index c298e26f83325ca3074d6f0d42ec0c1b02827eb8..e4e67cc6040ae1c8726ffb9de690c6afb7284dc2 100755 (executable)
@@ -104,9 +104,10 @@ check_PROGRAMS += \
 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)
index a30860aa35b0da185e27f387deabc497ccf53b44..cb7f1a94eb295bc1a65c2cb2c7f7a14f9a237b8e 100644 (file)
@@ -745,9 +745,10 @@ Benchmark_SOURCES = \
 
 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)