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 | 3ae327a1ebf49141aceb6c80d4659e0c14bc442b (patch) | |
| tree | bda3caa8916ebb849153fb33b886fb11444e8b36 /qpid/cpp/src | |
| parent | e7a6c4b77edaec277fda100009353ba2e8cce28d (diff) | |
| download | qpid-python-3ae327a1ebf49141aceb6c80d4659e0c14bc442b.tar.gz | |
NO-JIRA: Don't need full trace for regular test runs
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1541766 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/CMakeLists.txt b/qpid/cpp/src/tests/CMakeLists.txt index 9f56d3dd45..459a754de1 100644 --- a/qpid/cpp/src/tests/CMakeLists.txt +++ b/qpid/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}) |
