From 86bf279b8912302a019c0ce0e47252e8e825c11e Mon Sep 17 00:00:00 2001
From: Michael Koziarski <michael@koziarski.com>
Date: Tue, 26 Aug 2008 12:14:07 +0200
Subject: Re enable CI for postgresql

---
 ci/ci_build.rb | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

(limited to 'ci')

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
-- 
cgit v1.2.3