diff options
author | Alan Conway <aconway@apache.org> | 2008-11-26 17:37:16 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2008-11-26 17:37:16 +0000 |
commit | 43e26ecb7cdb04cf7a9c7e87fa7902b7ebe3f5ce (patch) | |
tree | 604fadb84ec6df689ca25b7e4ae7f2edf78f71b8 /cpp/src/tests/cluster_test.cpp | |
parent | 300063322dd80c0dee30475de494afdb6a846d6a (diff) | |
download | qpid-python-43e26ecb7cdb04cf7a9c7e87fa7902b7ebe3f5ce.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/qpid@720924 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/cluster_test.cpp')
-rw-r--r-- | cpp/src/tests/cluster_test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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", |