summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2013-11-14 00:02:28 +0000
committerAndrew Stitcher <astitcher@apache.org>2013-11-14 00:02:28 +0000
commit81eff899b63a5cb94de177fa5679333b5c22902a (patch)
tree1a6821e7a7e03dfebf501a646bfa52317c232c23 /qpid/cpp/src/tests/CMakeLists.txt
parentbbb9c940637204b6bab8ebfec6ea9da8fb945e22 (diff)
downloadqpid-python-81eff899b63a5cb94de177fa5679333b5c22902a.tar.gz
QPID-5306: Improve test wrapper to avoid using getopt for long options
Using getopt with long options is a gnu extension and so best avoided for portability reasons. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1541764 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/CMakeLists.txt')
-rw-r--r--qpid/cpp/src/tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/CMakeLists.txt b/qpid/cpp/src/tests/CMakeLists.txt
index e4fa9bbd3d..9f56d3dd45 100644
--- a/qpid/cpp/src/tests/CMakeLists.txt
+++ b/qpid/cpp/src/tests/CMakeLists.txt
@@ -345,7 +345,7 @@ add_test (federation_sys_tests ${shell} ${CMAKE_CURRENT_SOURCE_DIR}/run_federati
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"
- ${CMAKE_CURRENT_SOURCE_DIR}/run_queue_flow_limit_tests${test_script_suffix})
+ -- ${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})
endif (BUILD_ACL)