From 3cadb072adbd7ea1daa38e61ad17995c4d661dfc Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Mon, 2 Jun 2008 09:33:58 +0000 Subject: 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 --- cpp/src/tests/run_federation_tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src/tests/run_federation_tests') 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` } -- cgit v1.2.1