| Index: scripts/slave/remote_run.py
|
| diff --git a/scripts/slave/remote_run.py b/scripts/slave/remote_run.py
|
| index 4f09b58408da3b9e79759e64bda5d470e53cff1e..b557b7709c162e982bc6f45860fdb009303145fd 100644
|
| --- a/scripts/slave/remote_run.py
|
| +++ b/scripts/slave/remote_run.py
|
| @@ -182,7 +182,7 @@ def main(argv):
|
| '--properties-file', properties_file,
|
| '--workdir', os.path.join(tempdir, 'w'),
|
| '--output-result-json', recipe_result_path,
|
| - args.recipe,
|
| + properties.get('recipe') or args.recipe,
|
| ])
|
| # If we bootstrap through logdog, the recipe command line gets written
|
| # to a temporary file and does not appear in the log.
|
|
|