summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2007-05-30 10:09:28 +0000
committerMartin Ritchie <ritchiem@apache.org>2007-05-30 10:09:28 +0000
commit566e08caa331629a15bedca1d8cfc896886b0497 (patch)
treea6227c6937fd3de30d526113439213dea5231c27
parent2912bd2be83914b1e3ed2c67bb35c3ec66c33296 (diff)
downloadqpid-python-566e08caa331629a15bedca1d8cfc896886b0497.tar.gz
Update to ensure fastinstall profile skips the broker python tests.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@542789 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--java/broker/pom.xml7
-rw-r--r--java/pom.xml2
2 files changed, 3 insertions, 6 deletions
diff --git a/java/broker/pom.xml b/java/broker/pom.xml
index 573d54a2e0..b0203e95f9 100644
--- a/java/broker/pom.xml
+++ b/java/broker/pom.xml
@@ -34,9 +34,6 @@
<properties>
<topDirectoryLocation>..</topDirectoryLocation>
-
- <!-- Can override this in settings.xml -->
- <skip.python.tests>false</skip.python.tests>
</properties>
<dependencies>
@@ -177,11 +174,9 @@
</condition>
<condition property="skip-python-tests" value="true">
- <contains string="${skip.python.tests}" substring="true"/>>
+ <isset property="skip.python.tests"/>
</condition>
- <!--<property name="skip-python-tests" value="${skip.python.tests}"/>-->
-
<property name="command"
value="python run-tests -v -I java_failing.txt"/>
<!--value="bash -c 'python run-tests -v -I java_failing.txt'"/>-->
diff --git a/java/pom.xml b/java/pom.xml
index 23b707682a..d5b81a1db7 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -619,8 +619,10 @@ under the License.
<id>fastinstall</id>
<properties>
<maven.test.skip>true</maven.test.skip>
+ <skip.python.tests>true</skip.python.tests>
</properties>
</profile>
+
<profile>
<id>nochecks</id>
</profile>