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 | 314eb1b65a752daaa80a2cb5174bac78c4643bcb (patch) | |
| tree | a8fcbb5f9cc7d5af1cd5016f253c98296fa9f3bb /cpp/src/tests | |
| parent | 80c1c1da2855cc0c03d08a0fcb425c38b3344333 (diff) | |
| download | qpid-python-314eb1b65a752daaa80a2cb5174bac78c4643bcb.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/qpid@740793 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests')
| -rwxr-xr-x | cpp/src/tests/run_acl_tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/tests/run_acl_tests b/cpp/src/tests/run_acl_tests index 1cd322b401..4270e6545e 100755 --- a/cpp/src/tests/run_acl_tests +++ b/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 |
