From: Laszlo Boszormenyi (GCS) Date: Sun, 15 May 2022 12:42:11 +0000 (+0100) Subject: these fail in chroot environments X-Git-Tag: archive/raspbian/0.16.0-5+rpi1^2~14 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fb704e5fc41237d14726c64ae6d86aab9c99eec1;p=thrift.git these fail in chroot environments Last-Update: 2021-09-26 Gbp-Pq: Name broken_boost_1.62.patch --- diff --git a/lib/cpp/test/Makefile.am b/lib/cpp/test/Makefile.am index 7f630db..598075d 100755 --- 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)