diff options
author | Yves Senn <yves.senn@gmail.com> | 2016-11-21 17:24:10 +0100 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2016-11-21 17:25:12 +0100 |
commit | 2b4a9735d816d3a05c7fca207d97bebcb09c95a0 (patch) | |
tree | 2bbedc390ef599a0a09e426f9b4c9777ea65d820 /activerecord | |
parent | bb2a832b9b063c41864c0490ca0ed6fee59eb2e4 (diff) | |
download | rails-2b4a9735d816d3a05c7fca207d97bebcb09c95a0.tar.gz rails-2b4a9735d816d3a05c7fca207d97bebcb09c95a0.tar.bz2 rails-2b4a9735d816d3a05c7fca207d97bebcb09c95a0.zip |
update bin/test scripts to prevent double runs.
The test runner was updated to make use of autorun. This caused the
`bin/test` scripts to run Minitest twice.
Diffstat (limited to 'activerecord')
-rwxr-xr-x | activerecord/bin/test | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/activerecord/bin/test b/activerecord/bin/test index 23add35d45..3a9547e5c1 100755 --- a/activerecord/bin/test +++ b/activerecord/bin/test @@ -17,5 +17,3 @@ module Minitest end Minitest.extensions.unshift "active_record" - -exit Minitest.run(ARGV) |