From c36d6b4b9ac8f3434528bf79a99abaf476d9a3f2 Mon Sep 17 00:00:00 2001 From: "Laszlo Boszormenyi (GCS)" Date: Tue, 8 Jan 2019 21:31:07 +0000 Subject: [PATCH] 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 | 7 ++++--- lib/cpp/test/Makefile.in | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/lib/cpp/test/Makefile.am b/lib/cpp/test/Makefile.am index c298e26..e4e67cc 100755 --- a/lib/cpp/test/Makefile.am +++ b/lib/cpp/test/Makefile.am @@ -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) diff --git a/lib/cpp/test/Makefile.in b/lib/cpp/test/Makefile.in index a30860a..cb7f1a9 100644 --- a/lib/cpp/test/Makefile.in +++ b/lib/cpp/test/Makefile.in @@ -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) -- 2.30.2