projects
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0f8a5c
)
these fail in chroot environments
author
Laszlo Boszormenyi (GCS)
<gcs@debian.org>
Sun, 15 May 2022 12:42:11 +0000
(13:42 +0100)
committer
Laszlo Boszormenyi (GCS)
<gcs@debian.org>
Sun, 15 May 2022 12:42:11 +0000
(13:42 +0100)
Last-Update: 2021-09-26
Gbp-Pq: Name broken_boost_1.62.patch
lib/cpp/test/Makefile.am
patch
|
blob
|
history
diff --git
a/lib/cpp/test/Makefile.am
b/lib/cpp/test/Makefile.am
index 7f630db10b96de49d0c3fdba116cbd6e6a07b051..598075d84020a3e590748f12160a28cbf3d33ce5 100755
(executable)
--- 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)