Author: ritchiem
Date: Fri May 18 07:35:13 2007
New Revision: 539484

URL: http://svn.apache.org/viewvc?view=rev&rev=539484
Log:
QPID-401 Update to allow -Dskip-python-tests to disable python checking

Modified:
    incubator/qpid/branches/M2/java/broker/python-test.xml

Modified: incubator/qpid/branches/M2/java/broker/python-test.xml
URL: 
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/java/broker/python-test.xml?view=diff&rev=539484&r1=539483&r2=539484
==============================================================================
--- incubator/qpid/branches/M2/java/broker/python-test.xml (original)
+++ incubator/qpid/branches/M2/java/broker/python-test.xml Fri May 18 07:35:13 
2007
@@ -12,7 +12,7 @@
 
   <property name="pythondir" value="../../python"/>
 
-  <target name="run-tests" >
+  <target name="run-tests" unless="skip-python-tests">
 
        <echo message="Starting Broker with command"/>
 


Reply via email to