Author: vanto
Date: Wed May 19 17:48:33 2010
New Revision: 946305
URL: http://svn.apache.org/viewvc?rev=946305&view=rev
Log:
No TestNG when ENV[notestng] is set
Modified:
ode/trunk/Rakefile
Modified: ode/trunk/Rakefile
URL:
http://svn.apache.org/viewvc/ode/trunk/Rakefile?rev=946305&r1=946304&r2=946305&view=diff
==============================================================================
--- ode/trunk/Rakefile (original)
+++ ode/trunk/Rakefile Wed May 19 17:48:33 2010
@@ -126,7 +126,7 @@ define "ode" do
end
test.setup
unzip("#{webapp_dir}/WEB-INF"=>project("dao-jpa-ojpa-derby").package(:zip))
test.setup
unzip("#{webapp_dir}/WEB-INF"=>project("dao-hibernate-db").package(:zip))
- test.exclude('*') if Buildr.environment == 'hudson'
+ test.exclude('*') if Buildr.environment == 'hudson' || ENV["notestng"]
NativeDB.prepare_configs test, _(".")