Title: [waffle-scm] [767] trunk/waffle-ruby/pom.xml: Replaced skip flag with ignoreFailure flag to generate rspec report each time.
Revision
767
Author
mauro
Date
2008-07-21 07:21:19 -0500 (Mon, 21 Jul 2008)

Log Message

Replaced skip flag with ignoreFailure flag to generate rspec report each time.

Modified Paths

Diff

Modified: trunk/waffle-ruby/pom.xml (766 => 767)

--- trunk/waffle-ruby/pom.xml	2008-07-21 12:14:37 UTC (rev 766)
+++ trunk/waffle-ruby/pom.xml	2008-07-21 12:21:19 UTC (rev 767)
@@ -45,7 +45,7 @@
           <jrubyHome>${env.JRUBY_HOME}</jrubyHome>
           <sourceDirectory>${basedir}/src/test/specs</sourceDirectory>
           <reportFile>${basedir}/target/rspec-report.html</reportFile>
-          <skip>true</skip> <!-- TODO remove skip flag once rspec tests pass -->
+          <ignoreFailure>true</ignoreFailure> <!-- TODO remove when all tests pass -->
         </configuration>
         <executions>
           <execution>


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to