diff options
| author | Alan Conway <aconway@apache.org> | 2010-02-25 22:07:21 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-02-25 22:07:21 +0000 |
| commit | 03ecf45238664de222833824f9229f810beedc0e (patch) | |
| tree | 880f709586370cda8b5ec0f311c6a8e827a94da7 /cpp/src/tests/Makefile.am | |
| parent | 32c0bccaee1781ba6af49fcec2b5b0f826f55f53 (diff) | |
| download | qpid-python-03ecf45238664de222833824f9229f810beedc0e.tar.gz | |
Configure boost tests to create core dumps.
By default they don't, added BOOST_TEST_CATCH_SYSTEM_ERRORS=no to test_env.sh
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@916474 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Makefile.am')
| -rw-r--r-- | cpp/src/tests/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index 4d65803ac1..4a931ab680 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -298,7 +298,6 @@ TESTS_ENVIRONMENT = \ VALGRIND=$(VALGRIND) \ LIBTOOL="$(LIBTOOL)" \ QPID_DATA_DIR= \ - BOOST_TEST_SHOW_PROGRESS=yes \ $(srcdir)/run_test system_tests = client_test quick_perftest quick_topictest run_header_test quick_txtest |
