aboutsummaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorMichael Koziarski <michael@koziarski.com>2008-08-26 12:14:07 +0200
committerMichael Koziarski <michael@koziarski.com>2008-08-26 12:14:07 +0200
commit86bf279b8912302a019c0ce0e47252e8e825c11e (patch)
tree6c0ebe8b035b7605a84a36e84498d3cb8b4f1fa3 /ci
parentce3c76de7c0deda08a5ed0e064b8d37c26b60cfc (diff)
downloadrails-86bf279b8912302a019c0ce0e47252e8e825c11e.tar.gz
rails-86bf279b8912302a019c0ce0e47252e8e825c11e.tar.bz2
rails-86bf279b8912302a019c0ce0e47252e8e825c11e.zip
Re enable CI for postgresql
Diffstat (limited to 'ci')
-rwxr-xr-xci/ci_build.rb14
1 files changed, 7 insertions, 7 deletions
diff --git a/ci/ci_build.rb b/ci/ci_build.rb
index 446daba840..79afcbeb1e 100755
--- a/ci/ci_build.rb
+++ b/ci/ci_build.rb
@@ -30,13 +30,13 @@ cd "#{root_dir}/activerecord" do
build_results[:activerecord_mysql] = system 'rake test_mysql'
end
-# Postgres is disabled until tests are fixed
-# cd "#{root_dir}/activerecord" do
-# puts
-# puts "[CruiseControl] Building ActiveRecord with PostgreSQL"
-# puts
-# build_results[:activerecord_postgresql8] = system 'rake test_postgresql'
-# end
+Postgres is disabled until tests are fixed
+cd "#{root_dir}/activerecord" do
+ puts
+ puts "[CruiseControl] Building ActiveRecord with PostgreSQL"
+ puts
+ build_results[:activerecord_postgresql8] = system 'rake test_postgresql'
+end
# Sqlite2 is disabled until tests are fixed
# cd "#{root_dir}/activerecord" do