From 69e2be832cbbaec7f67a77f1daae982e1ea324a4 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Sun, 8 Oct 2017 14:14:15 +0200 Subject: [PATCH] Fix comment location. --- Library/Homebrew/.simplecov | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/.simplecov b/Library/Homebrew/.simplecov index 2d0ba3d501..e0d6d7601a 100755 --- a/Library/Homebrew/.simplecov +++ b/Library/Homebrew/.simplecov @@ -28,13 +28,13 @@ SimpleCov.start do end else command_name "#{command_name} (#{$PROCESS_ID})" - # Not using this during integration tests makes the tests 4x times faster - # without changing the coverage. subdirs = Dir.chdir(SimpleCov.root) { Dir.glob("*") } .reject { |d| d.end_with?(".rb") || ["test", "vendor"].include?(d) } .map { |d| "#{d}/**/*.rb" }.join(",") + # Not using this during integration tests makes the tests 4x times faster + # without changing the coverage. track_files "#{SimpleCov.root}/{#{subdirs},*.rb}" end