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

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Tue Mar 6 11:49:43 EST 2012


Author: kpvdr
Date: 2012-03-06 11:49:43 -0500 (Tue, 06 Mar 2012)
New Revision: 4496

Modified:
   store/trunk/cpp/tests/system_test.sh
Log:
Updated python path for some python tests

Modified: store/trunk/cpp/tests/system_test.sh
===================================================================
--- store/trunk/cpp/tests/system_test.sh	2012-02-17 20:57:41 UTC (rev 4495)
+++ store/trunk/cpp/tests/system_test.sh	2012-03-06 16:49:43 UTC (rev 4496)
@@ -33,7 +33,7 @@
 
 xml_spec=$QPID_DIR/specs/amqp.0-10-qpid-errata.xml
 test -f $xml_spec || error "$xml_spec not found: invalid \$QPID_DIR ?"
-export PYTHONPATH=$QPID_DIR/python:$QPID_DIR/extras/qmf/src/py
+export PYTHONPATH=$QPID_DIR/python:$QPID_DIR/extras/qmf/src/py:$QPID_DIR/tools/src/py
 
 echo "Using directory $TMP_DATA_DIR"
 



More information about the rhmessaging-commits mailing list