Repository: ode Updated Branches: refs/heads/master bbb60bd1f -> 420f051b3
Make integration tests optional if needed. Project: http://git-wip-us.apache.org/repos/asf/ode/repo Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/eed7e660 Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/eed7e660 Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/eed7e660 Branch: refs/heads/master Commit: eed7e660f7df4494443361eb7347dc3f33dd9458 Parents: bbb60bd Author: Tammo van Lessen <[email protected]> Authored: Mon Jul 21 19:11:08 2014 +0200 Committer: Tammo van Lessen <[email protected]> Committed: Mon Jul 21 19:11:08 2014 +0200 ---------------------------------------------------------------------- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/eed7e660/Rakefile ---------------------------------------------------------------------- diff --git a/Rakefile b/Rakefile index 8bbacd4..20a6174 100644 --- a/Rakefile +++ b/Rakefile @@ -150,7 +150,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' || ENV["notestng"] + test.exclude('*') if ENV["notestng"] NativeDB.prepare_configs test, _(".")
