You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ri...@apache.org on 2007/05/30 12:09:31 UTC

svn commit: r542789 - in /incubator/qpid/branches/M2/java: broker/pom.xml pom.xml

Author: ritchiem
Date: Wed May 30 03:09:28 2007
New Revision: 542789

URL: http://svn.apache.org/viewvc?view=rev&rev=542789
Log:
Update to ensure fastinstall profile skips the broker python tests.

Modified:
    incubator/qpid/branches/M2/java/broker/pom.xml
    incubator/qpid/branches/M2/java/pom.xml

Modified: incubator/qpid/branches/M2/java/broker/pom.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2/java/broker/pom.xml?view=diff&rev=542789&r1=542788&r2=542789
==============================================================================
--- incubator/qpid/branches/M2/java/broker/pom.xml (original)
+++ incubator/qpid/branches/M2/java/broker/pom.xml Wed May 30 03:09:28 2007
@@ -34,9 +34,6 @@
 
     <properties>
         <topDirectoryLocation>..</topDirectoryLocation>
-
-        <!-- Can override this in settings.xml -->
-        <skip.python.tests>false</skip.python.tests>
     </properties>
 
     <dependencies>
@@ -177,10 +174,8 @@
                                     </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"/>

Modified: incubator/qpid/branches/M2/java/pom.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2/java/pom.xml?view=diff&rev=542789&r1=542788&r2=542789
==============================================================================
--- incubator/qpid/branches/M2/java/pom.xml (original)
+++ incubator/qpid/branches/M2/java/pom.xml Wed May 30 03:09:28 2007
@@ -619,8 +619,10 @@
             <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>