diff options
| author | Ted Ross <tross@apache.org> | 2012-02-29 12:27:58 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2012-02-29 12:27:58 +0000 |
| commit | 3db8f96f1d763fe6fe41db816caee4dfd2f8317d (patch) | |
| tree | 7a42108d1b45aa7543b5edcd3340a0c81a44f2eb /cpp/src/tests/run_cli_tests | |
| parent | 68aae20f3f93a50b63ee2accc16546ed782502ec (diff) | |
| download | qpid-python-3db8f96f1d763fe6fe41db816caee4dfd2f8317d.tar.gz | |
QPID-3871 - Added --mgmt-publish switch to the C++ broker
Also in this commit:
- Fixed a problem with an unused argument in qpid-stat
- Cleaned up the recurring timer code in ManagementAgent
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1295075 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/run_cli_tests')
| -rwxr-xr-x | cpp/src/tests/run_cli_tests | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/tests/run_cli_tests b/cpp/src/tests/run_cli_tests index ec5c71b646..ea44437c0d 100755 --- a/cpp/src/tests/run_cli_tests +++ b/cpp/src/tests/run_cli_tests @@ -56,9 +56,9 @@ start_brokers() { targs="--ignore=*xml*" fi - ../qpidd --daemon --port 0 --no-data-dir --no-module-dir --auth no $xargs > qpidd.port + ../qpidd --daemon --port 0 --no-data-dir --no-module-dir --mgmt-publish no --auth no $xargs > qpidd.port LOCAL_PORT=`cat qpidd.port` - ../qpidd --daemon --port 0 --no-data-dir --no-module-dir --auth no $xargs > qpidd.port + ../qpidd --daemon --port 0 --no-data-dir --no-module-dir --mgmt-publish no --auth no $xargs > qpidd.port REMOTE_PORT=`cat qpidd.port` } |
