From 43e26ecb7cdb04cf7a9c7e87fa7902b7ebe3f5ce Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 26 Nov 2008 17:37:16 +0000 Subject: 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/qpid@720924 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/cluster_test.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/tests/cluster_test.cpp') diff --git a/cpp/src/tests/cluster_test.cpp b/cpp/src/tests/cluster_test.cpp index 862860693e..f4a38ae861 100644 --- a/cpp/src/tests/cluster_test.cpp +++ b/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", -- cgit v1.2.1