From 8cbe42bcbe46c8de6b799a05afd7da56461690c6 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 23 Jun 2010 20:56:30 +0000 Subject: Make management+cluster test more aggressive. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@957337 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/run_cluster_tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp/src/tests/run_cluster_tests') diff --git a/qpid/cpp/src/tests/run_cluster_tests b/qpid/cpp/src/tests/run_cluster_tests index 1b8715367e..e136d3810a 100755 --- a/qpid/cpp/src/tests/run_cluster_tests +++ b/qpid/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 -- cgit v1.2.1