| 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 b5bc45ae7a699320fbd15eba350ed23b9e0f873f..dec678eba24620bd49ee5af9007c980571c1085e 100755
|
| --- a/scripts/slave/unittests/recipe_configs_test.py
|
| +++ b/scripts/slave/unittests/recipe_configs_test.py
|
| @@ -33,7 +33,7 @@ SLAVE_DIR = os.path.abspath(os.path.join(SCRIPT_PATH, os.pardir))
|
| COVERAGE = (lambda: coverage.coverage(
|
| include=[os.path.join(x, '*', '*config.py')
|
| for x in recipe_util.MODULE_DIRS()],
|
| - data_suffix=True))()
|
| + data_file='.recipe_configs_test_coverage', data_suffix=True))()
|
|
|
| def covered(fn, *args, **kwargs):
|
| COVERAGE.start()
|
|
|