diff options
author | Arun Agrawal <arunagw@gmail.com> | 2012-02-03 08:01:24 -0500 |
---|---|---|
committer | Arun Agrawal <arunagw@gmail.com> | 2012-02-03 08:01:24 -0500 |
commit | bfb84cfb3eab81d86585632452a60b76eb05db43 (patch) | |
tree | b608c8465c2d90363958916f112c7f1d22dc9d22 /activerecord | |
parent | c5512946e0eed19ff5c212ac0618cc693308cf83 (diff) | |
download | rails-bfb84cfb3eab81d86585632452a60b76eb05db43.tar.gz rails-bfb84cfb3eab81d86585632452a60b76eb05db43.tar.bz2 rails-bfb84cfb3eab81d86585632452a60b76eb05db43.zip |
Verbose output for tests.
See #3892
Diffstat (limited to 'activerecord')
-rwxr-xr-x | activerecord/Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/Rakefile b/activerecord/Rakefile index cc3bc4a94f..4090293b56 100755 --- a/activerecord/Rakefile +++ b/activerecord/Rakefile @@ -49,6 +49,7 @@ end } + Dir.glob("test/cases/adapters/#{adapter_short}/**/*_test.rb")).sort t.warning = true + t.verbose = true } task "isolated_test_#{adapter}" do |