From 2b4a9735d816d3a05c7fca207d97bebcb09c95a0 Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Mon, 21 Nov 2016 17:24:10 +0100 Subject: 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. --- activerecord/bin/test | 2 -- 1 file changed, 2 deletions(-) (limited to 'activerecord/bin') 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) -- cgit v1.2.3