From d88b390dfde606b7b9b2de77d8af50ca3ade43bd Mon Sep 17 00:00:00 2001
From: Arun Agrawal <arunagw@gmail.com>
Date: Fri, 21 Jun 2013 14:14:36 +0200
Subject: Adding verbose in isolated test.

---
 actionmailer/Rakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'actionmailer/Rakefile')

diff --git a/actionmailer/Rakefile b/actionmailer/Rakefile
index d1134ba2b5..0865a4bfbe 100644
--- a/actionmailer/Rakefile
+++ b/actionmailer/Rakefile
@@ -16,7 +16,7 @@ namespace :test do
   task :isolated do
     ruby = File.join(*RbConfig::CONFIG.values_at('bindir', 'RUBY_INSTALL_NAME'))
     Dir.glob("test/**/*_test.rb").all? do |file|
-      sh(ruby, '-Ilib:test', file)
+      sh(ruby, '-w', '-Ilib:test', file)
     end or raise "Failures"
   end
 end
-- 
cgit v1.2.3