diff options
author | Martin Ritchie <ritchiem@apache.org> | 2007-05-18 14:30:06 +0000 |
---|---|---|
committer | Martin Ritchie <ritchiem@apache.org> | 2007-05-18 14:30:06 +0000 |
commit | 3d6caf4aac3b9f9533053aace3bdf39b4b3669a4 (patch) | |
tree | 3683a675a0633f1d110e53686f00f96d217c2b52 | |
parent | 3f80e3cce68370a342e32dabd6b7d6ce0e87d758 (diff) | |
download | qpid-python-3d6caf4aac3b9f9533053aace3bdf39b4b3669a4.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@539481 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/broker/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/broker/pom.xml b/java/broker/pom.xml index 2bd243e0b3..785ae8642f 100644 --- a/java/broker/pom.xml +++ b/java/broker/pom.xml @@ -173,6 +173,7 @@ <contains string="${user.dir}" substring="broker" /> </condition> + <property name="command" value="python run-tests -v -I java_failing.txt"/> <!--value="bash -c 'python run-tests -v -I java_failing.txt'"/>--> |