diff --git a/ci/ci_build.rb b/ci/ci_build.rb index 446daba840a288b46b11932ecf3b160e15a805af..79afcbeb1eb136f2a7c2900e811d7ed369be6a24 100755 --- a/ci/ci_build.rb +++ b/ci/ci_build.rb @@ -30,13 +30,13 @@ 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