aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/Rakefile
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2013-06-21 14:14:36 +0200
committerArun Agrawal <arunagw@gmail.com>2013-06-21 14:14:36 +0200
commitd88b390dfde606b7b9b2de77d8af50ca3ade43bd (patch)
tree50308df43bb9f2e29e40547a94cb420e02bd9588 /activerecord/Rakefile
parent6f4d9ab823d68fb94a3fc33baae4e37fe7bdf1ce (diff)
downloadrails-d88b390dfde606b7b9b2de77d8af50ca3ade43bd.tar.gz
rails-d88b390dfde606b7b9b2de77d8af50ca3ade43bd.tar.bz2
rails-d88b390dfde606b7b9b2de77d8af50ca3ade43bd.zip
Adding verbose in isolated test.
Diffstat (limited to 'activerecord/Rakefile')
-rw-r--r--activerecord/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/Rakefile b/activerecord/Rakefile
index 136bb1dfbc..c8795a0961 100644
--- 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|
- sh(ruby, "-Itest", file)
+ sh(ruby, '-w' ,"-Itest", file)
end or raise "Failures"
end