From 03e7b94f1e12cf90e08196327d56aeabbee6cbdf Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 10 Nov 2009 20:57:30 +0000 Subject: Fixed test_failover, added ErrorGenerator with test. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@834662 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/run_cluster_tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/tests/run_cluster_tests') diff --git a/cpp/src/tests/run_cluster_tests b/cpp/src/tests/run_cluster_tests index 9f9b6735f6..014233d8d3 100755 --- a/cpp/src/tests/run_cluster_tests +++ b/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 -- cgit v1.2.1