aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorMike McQuaid2016-05-30 10:49:03 +0100
committerMike McQuaid2016-05-30 10:49:03 +0100
commit055147153654b99798a7adb55b4128344919c3e2 (patch)
treefdcdb59c349a67447d6415e002dad6b28eb4d426 /Library/Homebrew/test
parent6f37394e535e1dd51e670eba31b11d541cc225e4 (diff)
downloadbrew-055147153654b99798a7adb55b4128344919c3e2.tar.bz2
tests: no --only minimum coverage requirement. (#299)
This will almost certainly fail every time so let's disable this error.
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/.simplecov2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/.simplecov b/Library/Homebrew/test/.simplecov
index b6c759979..f4af3eeba 100644
--- a/Library/Homebrew/test/.simplecov
+++ b/Library/Homebrew/test/.simplecov
@@ -3,7 +3,7 @@
SimpleCov.start do
tests_path = File.dirname(__FILE__)
- minimum_coverage 40
+ minimum_coverage 40 unless ENV["HOMEBREW_TESTS_ONLY"]
coverage_dir File.expand_path("#{tests_path}/coverage")
root File.expand_path("#{tests_path}/../../")