| Index: scripts/slave/unittests/recipe_lint_test.py
|
| diff --git a/scripts/slave/unittests/recipe_lint_test.py b/scripts/slave/unittests/recipe_lint_test.py
|
| index d8134076432ab1b23efe30e9fbbf08f70c2fcabc..f2cd9157f0f5c1a162a5cc643e4fd1e07d1feaae 100755
|
| --- a/scripts/slave/unittests/recipe_lint_test.py
|
| +++ b/scripts/slave/unittests/recipe_lint_test.py
|
| @@ -10,6 +10,7 @@ MODULES_WHITELIST = [
|
| # TODO(martiniss): Move skia modules into recipe resources
|
| r'common\.skia\..*',
|
| r'slave\.skia\..*',
|
| + r'slave\.recipe_modules\.swarming\.resources\..*'
|
| ]
|
|
|
| RECIPES_PY = os.path.join(
|
|
|