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 | 3cadb072adbd7ea1daa38e61ad17995c4d661dfc (patch) | |
| tree | e71de80ff4f8cb08a17ea7d433c7b009850b3a4f /cpp/src/tests/run_federation_tests | |
| parent | 9c4205052e0310bac49708e37194a398745a824f (diff) | |
| download | qpid-python-3cadb072adbd7ea1daa38e61ad17995c4d661dfc.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/qpid@662373 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/run_federation_tests')
| -rwxr-xr-x | cpp/src/tests/run_federation_tests | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/tests/run_federation_tests b/cpp/src/tests/run_federation_tests index 1e2352568f..3a85f15c46 100755 --- a/cpp/src/tests/run_federation_tests +++ b/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` } |
