diff options
author | Joshua Peek <josh@joshpeek.com> | 2009-09-07 21:13:25 -0500 |
---|---|---|
committer | Joshua Peek <josh@joshpeek.com> | 2009-09-07 21:13:25 -0500 |
commit | b7c1fbc050f7a1a38981448b4ce2f99c9fcfa774 (patch) | |
tree | 87a75df28108343f790e85dbc9d316d092f9120f | |
parent | 1a0f822037c408a392ffa7b6e1ecbe5951ab48db (diff) | |
download | rails-b7c1fbc050f7a1a38981448b4ce2f99c9fcfa774.tar.gz rails-b7c1fbc050f7a1a38981448b4ce2f99c9fcfa774.tar.bz2 rails-b7c1fbc050f7a1a38981448b4ce2f99c9fcfa774.zip |
Start running AS isolated tests on CI
-rwxr-xr-x | ci/ci_build.rb | 1 |
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" |