aboutsummaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-09-07 21:13:25 -0500
committerJoshua Peek <josh@joshpeek.com>2009-09-07 21:13:25 -0500
commitb7c1fbc050f7a1a38981448b4ce2f99c9fcfa774 (patch)
tree87a75df28108343f790e85dbc9d316d092f9120f /ci
parent1a0f822037c408a392ffa7b6e1ecbe5951ab48db (diff)
downloadrails-b7c1fbc050f7a1a38981448b4ce2f99c9fcfa774.tar.gz
rails-b7c1fbc050f7a1a38981448b4ce2f99c9fcfa774.tar.bz2
rails-b7c1fbc050f7a1a38981448b4ce2f99c9fcfa774.zip
Start running AS isolated tests on CI
Diffstat (limited to 'ci')
-rwxr-xr-xci/ci_build.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/ci_build.rb b/ci/ci_build.rb
index 06e513f907..101edce77b 100755
--- a/ci/ci_build.rb
+++ b/ci/ci_build.rb
@@ -21,6 +21,7 @@ cd "#{root_dir}/activesupport" do
puts "[CruiseControl] Building ActiveSupport"
puts
build_results[:activesupport] = system 'rake'
+ build_results[:activesupport_isolated] = system 'rake isolated_test'
end
rm_f "#{root_dir}/activerecord/debug.log"