Author: aconway
Date: 2010-07-20 18:13:46 -0400 (Tue, 20 Jul 2010)
New Revision: 4137
Modified:
store/trunk/cpp/tests/cluster/run_python_cluster_tests
Log:
Skip SASL tests as the test SASL-db is not installed for store tests.
Modified: store/trunk/cpp/tests/cluster/run_python_cluster_tests
===================================================================
--- store/trunk/cpp/tests/cluster/run_python_cluster_tests 2010-07-20 20:09:38 UTC (rev
4136)
+++ store/trunk/cpp/tests/cluster/run_python_cluster_tests 2010-07-20 22:13:46 UTC (rev
4137)
@@ -33,11 +33,12 @@
CLUSTER_TESTS_IGNORE=${CLUSTER_TESTS_IGNORE:-"-I ${CLUSTER_TESTS_FAIL}"}
# Ignore tests that don't work in the store environment
# SASL test needs sasl test database which is not installed.
-CLUSTER_TESTS_IGNORE="${CLUSTER_TESTS_IGNORE} -i
cluster_tests.ShortTests.test_sasl"
+CLUSTER_TESTS_IGNORE="${CLUSTER_TESTS_IGNORE} -i cluster_tests.ShortTests.test_sasl
-i cluster_tests.ShortTests.test_user_id_update"
CLUSTER_TESTS=${CLUSTER_TESTS:-$*}
TEST_CMD="${QPID_PYTHON_TEST} -m cluster_tests ${CLUSTER_TESTS_IGNORE}
${CLUSTER_TESTS} -DOUTDIR=$OUTDIR"
+
if test $COROSYNC; then
$TEST_CMD
RETCODE=$?
Show replies by date