| Index: scripts/slave/recipe_modules/filter/api.py
|
| diff --git a/scripts/slave/recipe_modules/filter/api.py b/scripts/slave/recipe_modules/filter/api.py
|
| index d7cd484a6e01a7ee1a95c859245b44c9d9371d16..ced6706ea7db5680a88e3113a16b7031875700a7 100644
|
| --- a/scripts/slave/recipe_modules/filter/api.py
|
| +++ b/scripts/slave/recipe_modules/filter/api.py
|
| @@ -96,7 +96,8 @@ class FilterApi(recipe_api.RecipeApi):
|
| self._result = True
|
| step_result.presentation.step_text = 'Error: ' + \
|
| step_result.json.output['error']
|
| - elif step_result.json.output['status'] == 'Found dependency':
|
| + elif step_result.json.output['status'] == 'Found dependency' or \
|
| + step_result.json.output['status'] == 'Found dependency (all)':
|
| self._matching_exes = step_result.json.output['targets']
|
| self._result = True
|
| else:
|
|
|