diff options
| author | Alan Conway <aconway@apache.org> | 2009-02-04 17:04:45 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2009-02-04 17:04:45 +0000 |
| commit | 4c7d48ef9f19a32cc5bd28eb61b55c7a749e7812 (patch) | |
| tree | 662219fce525c25db0859333b639499c32d22726 /qpid/cpp/src/tests/run_acl_tests | |
| parent | f635dc00fe03b7930154cc8e8a06dc0aa17039ab (diff) | |
| download | qpid-python-4c7d48ef9f19a32cc5bd28eb61b55c7a749e7812.tar.gz | |
Cluster sets recovery flag on Broker for first member in cluster.
Disable recovery from local store if the recovery flag is not set.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@740793 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/run_acl_tests')
| -rwxr-xr-x | qpid/cpp/src/tests/run_acl_tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/run_acl_tests b/qpid/cpp/src/tests/run_acl_tests index 1cd322b401..4270e6545e 100755 --- a/qpid/cpp/src/tests/run_acl_tests +++ b/qpid/cpp/src/tests/run_acl_tests @@ -20,6 +20,7 @@ # # Run the acl tests. $srcdir is set by the Makefile. +set -x PYTHON_DIR=$srcdir/../../../python DATA_DIR=`pwd`/data_dir |
