aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/Rakefile
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2011-01-13 10:55:41 -0200
committerSantiago Pastorino <santiago@wyeworks.com>2011-01-13 10:55:41 -0200
commit9a57a2279eda066627b749a0a19a4ac4c49f48eb (patch)
tree5a72229c2b433a1b7d524b61f2720e330b1bccee /activerecord/Rakefile
parent3165dca28c1db741994c3176e7b158a9f684e816 (diff)
downloadrails-9a57a2279eda066627b749a0a19a4ac4c49f48eb.tar.gz
rails-9a57a2279eda066627b749a0a19a4ac4c49f48eb.tar.bz2
rails-9a57a2279eda066627b749a0a19a4ac4c49f48eb.zip
sorry, the CI cannot lie to us anymore (Part II)
Diffstat (limited to 'activerecord/Rakefile')
-rwxr-xr-xactiverecord/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/Rakefile b/activerecord/Rakefile
index 064734f8e2..ef99e0b26f 100755
--- a/activerecord/Rakefile
+++ b/activerecord/Rakefile
@@ -62,7 +62,7 @@ end
(Dir["test/cases/**/*_test.rb"].reject {
|x| x =~ /\/adapters\//
} + Dir["test/cases/adapters/#{adapter_short}/**/*_test.rb"]).all? do |file|
- system(ruby, "-Ilib:test:#{connection_path}", file)
+ sh(ruby, "-Ilib:test:#{connection_path}", file)
end or raise "Failures"
end