projects
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08d0979
)
<short summary of the patch>
author
Laszlo Boszormenyi (GCS)
<gcs@debian.org>
Sun, 22 Nov 2020 14:00:47 +0000
(14:00 +0000)
committer
Peter Michael Green
<plugwash@raspbian.org>
Sun, 22 Nov 2020 14:00:47 +0000
(14:00 +0000)
Last-Update: 2019-01-09
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 2a0b9e693360144e94d7dd9f41ded87d4ec802ba..8f4460f2b8debd4d1221e27bb970c73ef827bd57 100755
(executable)
--- 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)