aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMarkus Reiter2017-10-08 15:57:47 +0200
committerGitHub2017-10-08 15:57:47 +0200
commitc56a968128f13eab903110503ee98e50a44132c6 (patch)
treea098ea972978c127609e81b39e2d83884243de71 /Library
parentb56817922220b80ef3a04d60b19444e640db3deb (diff)
parent69e2be832cbbaec7f67a77f1daae982e1ea324a4 (diff)
downloadbrew-c56a968128f13eab903110503ee98e50a44132c6.tar.bz2
Merge pull request #3288 from reitermarkus/fix-rubocop-tests
Fix comment location.
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Homebrew/.simplecov4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/.simplecov b/Library/Homebrew/.simplecov
index 2d0ba3d50..e0d6d7601 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