summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/cluster_test.cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-11-26 17:37:16 +0000
committerAlan Conway <aconway@apache.org>2008-11-26 17:37:16 +0000
commitf2495a5cfa78321bb21e0bd97734421c0c627024 (patch)
tree85d9c17ece6d9e3e4e5d4b3447f40f87762eb97d /qpid/cpp/src/tests/cluster_test.cpp
parenta698b71cdbb3aaa28e3376b61187371b1cb9218c (diff)
downloadqpid-python-f2495a5cfa78321bb21e0bd97734421c0c627024.tar.gz
Cluster.cpp: Fixed last-node-standing logic, better logging.
Shlib.cpp: added file name to errors messages. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@720924 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/cluster_test.cpp')
-rw-r--r--qpid/cpp/src/tests/cluster_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/cluster_test.cpp b/qpid/cpp/src/tests/cluster_test.cpp
index 862860693e..f4a38ae861 100644
--- a/qpid/cpp/src/tests/cluster_test.cpp
+++ b/qpid/cpp/src/tests/cluster_test.cpp
@@ -120,6 +120,7 @@ void ClusterFixture::add() {
std::string prefix = os.str();
const char* argv[] = {
"qpidd " __FILE__ ,
+ "--no-module-dir",
"--load-module=../.libs/cluster.so",
"--cluster-name", name.c_str(),
"--auth=no", "--no-data-dir",