You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by va...@apache.org on 2008/09/12 21:00:26 UTC

svn commit: r694775 - /ode/trunk/Rakefile

Author: vanto
Date: Fri Sep 12 12:00:25 2008
New Revision: 694775

URL: http://svn.apache.org/viewvc?rev=694775&view=rev
Log:
Temporarily skipping axis2-war tests in 'test' environment.

Modified:
    ode/trunk/Rakefile

Modified: ode/trunk/Rakefile
URL: http://svn.apache.org/viewvc/ode/trunk/Rakefile?rev=694775&r1=694774&r2=694775&view=diff
==============================================================================
--- ode/trunk/Rakefile (original)
+++ ode/trunk/Rakefile Fri Sep 12 12:00:25 2008
@@ -252,6 +252,7 @@
       rm_rf Dir[_("target/test/webapp") + "/**/.svn"]
     end
     test.setup unzip(_("target/test/webapp/WEB-INF")=>project("dao-jpa-db").package(:zip))
+    test.exclude('*') unless Buildr.environment != 'test'
   end
 
   desc "ODE APIs"