Author: vanto
Date: Thu Aug 5 15:01:16 2010
New Revision: 982651
URL: http://svn.apache.org/viewvc?rev=982651&view=rev
Log:
Exclude simple-scheduler tests in the hudson environment to make CI builds more
reliable. Please be careful all the more when working on the scheduler.
Modified:
ode/trunk/Rakefile
Modified: ode/trunk/Rakefile
URL:
http://svn.apache.org/viewvc/ode/trunk/Rakefile?rev=982651&r1=982650&r2=982651&view=diff
==============================================================================
--- ode/trunk/Rakefile (original)
+++ ode/trunk/Rakefile Thu Aug 5 15:01:16 2010
@@ -219,6 +219,7 @@ define "ode" do
test.compile.with HSQLDB, GERONIMO.kernel, GERONIMO.transaction
test.with H2::REQUIRES, HSQLDB, JAVAX.transaction, JAVAX.resource,
JAVAX.connector, LOG4J,
GERONIMO.kernel, GERONIMO.transaction, GERONIMO.connector, TRANQL,
BACKPORT, JAVAX.ejb
+ test.exclude('*') if Buildr.environment == 'hudson'
package :jar
end