From 0128ba3b43b835f9ef5cdbeff11784922b2a9d17 Mon Sep 17 00:00:00 2001 From: "Laszlo Boszormenyi (GCS)" Date: Wed, 28 Sep 2022 18:05:02 +0100 Subject: [PATCH] these fail in chroot environments Last-Update: 2021-09-26 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 7f630db..598075d 100644 --- a/lib/cpp/test/Makefile.am +++ b/lib/cpp/test/Makefile.am @@ -113,9 +113,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