From c121e4803971122f703730eb65c8d7bfdeec916f Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 16 Apr 2012 19:20:30 +0000 Subject: NO-JIRA: Control running of cluster tests. Previously cluster tests would run if cluster services were running, even if build was explicitly configured without CPG. Don't run cluster tests unless the build is configured with CPG. If the build is configured *with* CPG, you can still skip the CPG tests by setting QPID_USE_CPG=no in the environment. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1326756 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/qpidd-empty.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 qpid/cpp/src/tests/qpidd-empty.conf (limited to 'qpid/cpp/src/tests/qpidd-empty.conf') diff --git a/qpid/cpp/src/tests/qpidd-empty.conf b/qpid/cpp/src/tests/qpidd-empty.conf new file mode 100644 index 0000000000..bbf52bf446 --- /dev/null +++ b/qpid/cpp/src/tests/qpidd-empty.conf @@ -0,0 +1,3 @@ +# An empty configuration file. +# Used when running tests to avoid picking up configuration +# installed in the default place. -- cgit v1.2.1