diff options
author | Alan Conway <aconway@apache.org> | 2010-01-06 17:02:11 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2010-01-06 17:02:11 +0000 |
commit | 77ed948d1993e9ee96d9423137038a95ef7b1b1d (patch) | |
tree | fba812cfb1282c398382d01815f069418e1daabf /qpid/cpp/src/tests/run_cluster_tests | |
parent | 4aeeb47e405771fc081f29f5fc3ec28aa9ffc569 (diff) | |
download | qpid-python-77ed948d1993e9ee96d9423137038a95ef7b1b1d.tar.gz |
Minor cluster test fixes.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@896540 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/run_cluster_tests')
-rwxr-xr-x | qpid/cpp/src/tests/run_cluster_tests | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/run_cluster_tests b/qpid/cpp/src/tests/run_cluster_tests index 6064f28751..1b8715367e 100755 --- a/qpid/cpp/src/tests/run_cluster_tests +++ b/qpid/cpp/src/tests/run_cluster_tests @@ -35,4 +35,3 @@ CLUSTER_TESTS=${CLUSTER_TESTS:-$*} with_ais_group $QPID_PYTHON_TEST -DOUTDIR=$OUTDIR -m cluster_tests $CLUSTER_TESTS_IGNORE $CLUSTER_TESTS || exit 1 rm -rf $OUTDIR -#exit 0 |