From 8273074b01048bd456e5fe2b41c7ce52c9a9bacf 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@662373 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/run_federation_tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qpid/cpp/src/tests/run_federation_tests') 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` } -- cgit v1.2.1