From 2262036ee608d3128fd92276e9849bebf5b01fb8 Mon Sep 17 00:00:00 2001 From: "Laszlo Boszormenyi (GCS)" Date: Mon, 26 Oct 2020 17:01:44 +0000 Subject: [PATCH] Last-Update: 2019-01-09 Gbp-Pq: Name broken_boost_1.62.patch --- lib/cpp/test/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/cpp/test/Makefile.am b/lib/cpp/test/Makefile.am index 2a0b9e6..8f4460f 100755 --- a/lib/cpp/test/Makefile.am +++ b/lib/cpp/test/Makefile.am @@ -116,9 +116,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) -- 2.30.2