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 2013/08/26 00:51:48 UTC

git commit: enable integration tests on CI.

Updated Branches:
  refs/heads/ode-1.3.6.x d65df2fc5 -> 80bc8992b


enable integration tests on CI.


Project: http://git-wip-us.apache.org/repos/asf/ode/repo
Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/80bc8992
Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/80bc8992
Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/80bc8992

Branch: refs/heads/ode-1.3.6.x
Commit: 80bc8992b58896c1141f9d41f58daeb679118a95
Parents: d65df2f
Author: Tammo van Lessen <tv...@gmail.com>
Authored: Mon Aug 26 00:51:07 2013 +0200
Committer: Tammo van Lessen <tv...@gmail.com>
Committed: Mon Aug 26 00:51:07 2013 +0200

----------------------------------------------------------------------
 Rakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ode/blob/80bc8992/Rakefile
----------------------------------------------------------------------
diff --git a/Rakefile b/Rakefile
index 8050508..e9fca10 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, _(".")