diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2013-11-14 00:02:40 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2013-11-14 00:02:40 +0000 |
| commit | ead7def87c7256ca63069ab69e2f489f9ab1e1e8 (patch) | |
| tree | cd64fdca5340f1ef1be1534a1ef0d6fc6cfaecb3 /cpp/src/tests | |
| parent | e466002af17ad9e016547d00166a05e961524550 (diff) | |
| download | qpid-python-ead7def87c7256ca63069ab69e2f489f9ab1e1e8.tar.gz | |
NO-JIRA: Don't need full trace for regular test runs
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1541766 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests')
| -rw-r--r-- | cpp/src/tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/CMakeLists.txt b/cpp/src/tests/CMakeLists.txt index 9f56d3dd45..459a754de1 100644 --- a/cpp/src/tests/CMakeLists.txt +++ b/cpp/src/tests/CMakeLists.txt @@ -344,7 +344,7 @@ add_test (federation_tests ${shell} ${CMAKE_CURRENT_SOURCE_DIR}/run_federation_t add_test (federation_sys_tests ${shell} ${CMAKE_CURRENT_SOURCE_DIR}/run_federation_sys_tests${test_script_suffix}) add_test (queue_flow_limit_tests ${test_wrap} - --start-broker "--broker-options=--default-flow-stop-threshold=80 --default-flow-resume-threshold=70 -t --log-to-stderr=no --log-to-stdout=no" + --start-broker "--broker-options=--default-flow-stop-threshold=80 --default-flow-resume-threshold=70" -- ${CMAKE_CURRENT_SOURCE_DIR}/run_queue_flow_limit_tests${test_script_suffix}) if (BUILD_ACL) add_test (acl_tests ${shell} ${CMAKE_CURRENT_SOURCE_DIR}/run_acl_tests${test_script_suffix}) |
