| Index: scripts/slave/remote_run.py
|
| diff --git a/scripts/slave/remote_run.py b/scripts/slave/remote_run.py
|
| index b557b7709c162e982bc6f45860fdb009303145fd..fae9980bfb8c581ee5e88e537f4daf70b94b6234 100644
|
| --- a/scripts/slave/remote_run.py
|
| +++ b/scripts/slave/remote_run.py
|
| @@ -205,11 +205,6 @@ def main(argv):
|
| if recipe_return_code is None:
|
| LOGGER.info('Not using LogDog. Invoking `recipes.py` directly.')
|
| recipe_return_code = _call(recipe_cmd)
|
| -
|
| - # Try to open recipe result JSON. Any failure will result in an exception
|
| - # and an infra failure.
|
| - with open(recipe_result_path) as f:
|
| - json.load(f)
|
| return recipe_return_code
|
|
|
|
|
|
|