summaryrefslogtreecommitdiff
path: root/cpp/src/tests/run_cluster_tests
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-06-23 20:56:30 +0000
committerAlan Conway <aconway@apache.org>2010-06-23 20:56:30 +0000
commit22a5da985666df9ea6d614fb56fb28a8f4d794a3 (patch)
tree6bd2e75c61cfc8d0c75863a52a66831d2bab3b93 /cpp/src/tests/run_cluster_tests
parentce8b64f74c8f35868fd6b982be260f094f8889b7 (diff)
downloadqpid-python-22a5da985666df9ea6d614fb56fb28a8f4d794a3.tar.gz
Make management+cluster test more aggressive.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@957337 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/run_cluster_tests')
-rwxr-xr-xcpp/src/tests/run_cluster_tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/run_cluster_tests b/cpp/src/tests/run_cluster_tests
index 1b8715367e..e136d3810a 100755
--- a/cpp/src/tests/run_cluster_tests
+++ b/cpp/src/tests/run_cluster_tests
@@ -25,7 +25,7 @@ source $srcdir/ais_check
test -x $QPID_PYTHON_TEST || { echo Skipping test, $QPID_PYTHON_TEST not found; exit 0; }
# Delete old cluster test data
-OUTDIR=brokertest.tmp
+OUTDIR=${OUTDIR:-brokertest.tmp}
rm -rf $OUTDIR
mkdir -p $OUTDIR