| 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
|
|
|
|
|
|
|