diff options
Diffstat (limited to 'activerecord/Rakefile')
-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 |