summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/run_cluster_tests
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-11-10 20:57:30 +0000
committerAlan Conway <aconway@apache.org>2009-11-10 20:57:30 +0000
commit0cd35f0a5e2bce27a567bb5efc73a456e9127bae (patch)
tree444cb22b7c3f5db155b41ca22ba39dcb428ffcba /qpid/cpp/src/tests/run_cluster_tests
parent2968acb721042c93eb6c49c59b36d3d606419a57 (diff)
downloadqpid-python-0cd35f0a5e2bce27a567bb5efc73a456e9127bae.tar.gz
Fixed test_failover, added ErrorGenerator with test.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@834662 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/run_cluster_tests')
-rwxr-xr-xqpid/cpp/src/tests/run_cluster_tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/run_cluster_tests b/qpid/cpp/src/tests/run_cluster_tests
index 9f9b6735f6..014233d8d3 100755
--- a/qpid/cpp/src/tests/run_cluster_tests
+++ b/qpid/cpp/src/tests/run_cluster_tests
@@ -45,7 +45,7 @@ rm -rf $OUTDIR
mkdir -p $OUTDIR
# Ignore tests requiring a store by default.
-TESTS="-i cluster_tests.ClusterStoreTests.* -I $srcdir/cluster_tests.fail"
+TESTS="-i cluster_tests.ClusterStoreTests.* -I $srcdir/cluster_tests.fail $*"
with_ais_group $PYTHON_COMMANDS/qpid-python-test -DOUTDIR=$OUTDIR -m cluster_tests $TESTS || exit 1
rm -rf $OUTDIR