diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2007-05-18 14:35:13 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2007-05-18 14:35:13 +0000 |
| commit | 396a5ca5173370eb86653677f588d3dd80cd9295 (patch) | |
| tree | 7e1f6358101c242a7085b9cebdb6a67f1a335798 /java/broker/python-test.xml | |
| parent | 3d6caf4aac3b9f9533053aace3bdf39b4b3669a4 (diff) | |
| download | qpid-python-396a5ca5173370eb86653677f588d3dd80cd9295.tar.gz | |
QPID-401 Update to allow -Dskip-python-tests to disable python checking
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@539484 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/broker/python-test.xml')
| -rwxr-xr-x | java/broker/python-test.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/broker/python-test.xml b/java/broker/python-test.xml index c539013061..8ade392d1c 100755 --- a/java/broker/python-test.xml +++ b/java/broker/python-test.xml @@ -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"/> |
