diff options
| author | Gordon Sim <gsim@apache.org> | 2008-06-02 09:33:58 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-06-02 09:33:58 +0000 |
| commit | 8273074b01048bd456e5fe2b41c7ce52c9a9bacf (patch) | |
| tree | ec2a686ab4f4da9784dde57a33be77204c2602ae /qpid/cpp/src/tests/run_federation_tests | |
| parent | c93394ec3d27c1817d158d68d30ba1b4de46385c (diff) | |
| download | qpid-python-8273074b01048bd456e5fe2b41c7ce52c9a9bacf.tar.gz | |
Minor updates to tests:
* sync on commit in transactional topic test
* disable loading of modules from automated test to preserve isolation
* update federated topic test script in line with command line option changes
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@662373 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/run_federation_tests')
| -rwxr-xr-x | qpid/cpp/src/tests/run_federation_tests | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/src/tests/run_federation_tests b/qpid/cpp/src/tests/run_federation_tests index 1e2352568f..3a85f15c46 100755 --- a/qpid/cpp/src/tests/run_federation_tests +++ b/qpid/cpp/src/tests/run_federation_tests @@ -6,9 +6,9 @@ PYTHON_DIR=${MY_DIR}/../../../python trap stop_brokers EXIT start_brokers() { - ../qpidd --daemon --port 0 --no-data-dir --auth no > qpidd.port + ../qpidd --daemon --port 0 --no-data-dir --no-module-dir --auth no > qpidd.port LOCAL_PORT=`cat qpidd.port` - ../qpidd --daemon --port 0 --no-data-dir --auth no > qpidd.port + ../qpidd --daemon --port 0 --no-data-dir --no-module-dir --auth no > qpidd.port REMOTE_PORT=`cat qpidd.port` } |
