[rhmessaging-commits] rhmessaging commits: r3858 - store/trunk/cpp/tests/cluster.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Thu Feb 25 15:54:35 EST 2010


Author: aconway
Date: 2010-02-25 15:54:34 -0500 (Thu, 25 Feb 2010)
New Revision: 3858

Modified:
   store/trunk/cpp/tests/cluster/run_cluster_tests
Log:
Fix test scripts to reflect changes in qpid directory layout.


Modified: store/trunk/cpp/tests/cluster/run_cluster_tests
===================================================================
--- store/trunk/cpp/tests/cluster/run_cluster_tests	2010-02-24 20:46:49 UTC (rev 3857)
+++ store/trunk/cpp/tests/cluster/run_cluster_tests	2010-02-25 20:54:34 UTC (rev 3858)
@@ -32,7 +32,7 @@
 CLUSTER_TESTS_IGNORE=${CLUSTER_TESTS_IGNORE:-"-I ${CLUSTER_TESTS_FAIL}"}
 CLUSTER_TESTS=${CLUSTER_TESTS:-$*}
 
-TEST_CMD="${PYTHON_DIR}/qpid-python-test -m cluster_tests ${CLUSTER_TESTS_IGNORE} ${CLUSTER_TESTS} -DOUTDIR=$OUTDIR"
+TEST_CMD="${QPID_PYTHON_TEST} -m cluster_tests ${CLUSTER_TESTS_IGNORE} ${CLUSTER_TESTS} -DOUTDIR=$OUTDIR"
 if test $COROSYNC; then
     $TEST_CMD
     RETCODE=$?



More information about the rhmessaging-commits mailing list