aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/bin
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2016-11-21 17:24:10 +0100
committerYves Senn <yves.senn@gmail.com>2016-11-21 17:25:12 +0100
commit2b4a9735d816d3a05c7fca207d97bebcb09c95a0 (patch)
tree2bbedc390ef599a0a09e426f9b4c9777ea65d820 /actionview/bin
parentbb2a832b9b063c41864c0490ca0ed6fee59eb2e4 (diff)
downloadrails-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-xactionview/bin/test2
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)