]> source.dussan.org Git - vaadin-framework.git/commitdiff
Actually ignore integration tests skip property is set
authorLeif Åstrand <leif@vaadin.com>
Mon, 12 Aug 2013 13:01:01 +0000 (16:01 +0300)
committerLeif Åstrand <leif@vaadin.com>
Mon, 12 Aug 2013 13:01:01 +0000 (16:01 +0300)
uitest/integration_tests.xml

index 78e053991e0fc26cafdadad2fbdfe402c6a80625..be6989d15ffe266172171ce5ea4e12abfa358acb 100644 (file)
 
     <!-- Upload demo, clean error screenshots and test deployment on all 
         servers -->
-    <target name="integration-test-all">
+    <target name="integration-test-all" unless="tests.integration.skip">
         <property name="passphrase" value="${passphrase}" />
         <fail unless="sshkey.file" message="You must define an ssh.keyfile parameter" />
         <fail unless="com.vaadin.testbench.screenshot.directory" message="You must define a com.vaadin.testbench.screenshot.directory parameter" />