public
Fork of rails/rails
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/thewoolleyman/rails.git
disable postgres and sqlite2 for now, as discussed with koz
thewoolleyman (author)
Sun Jul 20 12:03:04 -0700 2008
commit  8b945f3f24cfcd27616d5ef5bc0fa61699660301
tree    5fabbce5506869b1bc79ea5bf14598beb136de9e
parent  2efbbbdb4e66b725526f23061d7efb390473438c
...
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
38
39
...
21
22
23
 
 
 
 
 
 
 
 
 
 
 
 
 
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
0
@@ -21,19 +21,21 @@ cd 'activerecord' do
0
   build_results[:activerecord_mysql] = system 'rake test_mysql'
0
 end
0
 
0
-cd 'activerecord' do
0
- puts
0
- puts "[CruiseControl] Building ActiveRecord with PostgreSQL"
0
- puts
0
- build_results[:activerecord_postgresql8] = system 'rake test_postgresql'
0
-end
0
-
0
-cd 'activerecord' do
0
- puts
0
- puts "[CruiseControl] Building ActiveRecord with SQLite 2"
0
- puts
0
- build_results[:activerecord_sqlite] = system 'rake test_sqlite'
0
-end
0
+# Postgres is disabled until tests are fixed
0
+# cd 'activerecord' do
0
+# puts
0
+# puts "[CruiseControl] Building ActiveRecord with PostgreSQL"
0
+# puts
0
+# build_results[:activerecord_postgresql8] = system 'rake test_postgresql'
0
+# end
0
+
0
+# Sqlite2 is disabled until tests are fixed
0
+# cd 'activerecord' do
0
+# puts
0
+# puts "[CruiseControl] Building ActiveRecord with SQLite 2"
0
+# puts
0
+# build_results[:activerecord_sqlite] = system 'rake test_sqlite'
0
+# end
0
 
0
 cd 'activerecord' do
0
   puts

Comments

    No one has commented yet.