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 /actionview/bin | |
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 'actionview/bin')
-rwxr-xr-x | actionview/bin/test | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/actionview/bin/test b/actionview/bin/test index 84a05bba08..a7beb14b27 100755 --- a/actionview/bin/test +++ b/actionview/bin/test @@ -2,5 +2,3 @@ COMPONENT_ROOT = File.expand_path("..", __dir__) require File.expand_path("../tools/test", COMPONENT_ROOT) - -exit Minitest.run(ARGV) |