Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(179)

Unified Diff: scripts/slave/unittests/recipe_configs_test.py

Issue 225633007: Upgrade to coverage 3.7.1 and have it auto-build itself on first use. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: sigh our imports are a mess Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scripts/slave/unittests/expect_tests/cover.py ('k') | scripts/slave/unittests/recipe_simulation_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/unittests/recipe_configs_test.py
diff --git a/scripts/slave/unittests/recipe_configs_test.py b/scripts/slave/unittests/recipe_configs_test.py
index dec678eba24620bd49ee5af9007c980571c1085e..83e40963a5fed8844094194a8e05c4467667c927 100755
--- a/scripts/slave/unittests/recipe_configs_test.py
+++ b/scripts/slave/unittests/recipe_configs_test.py
@@ -20,7 +20,7 @@ import os
import sys
from itertools import product, imap
-import test_env # "relative import" pylint: disable=W0403
+import test_env # "relative import" pylint: disable=W0403,W0611
from slave import recipe_loader
from slave import recipe_util
@@ -146,8 +146,6 @@ def main(argv):
print 'FATAL: Recipes configs are not at 100% coverage.'
retcode = 2
- test_env.print_coverage_warning()
-
return retcode
« no previous file with comments | « scripts/slave/unittests/expect_tests/cover.py ('k') | scripts/slave/unittests/recipe_simulation_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698