Commit 1158a545 authored by iannucci's avatar iannucci Committed by Commit bot

Remove --bootstrap-script parameter from recipes.py

R=martiniss@chromium.org
BUG=

Review-Url: https://codereview.chromium.org/2465613002
parent 32978d96
......@@ -161,8 +161,7 @@ def main():
time.sleep(random.uniform(2,5))
ensure_engine()
args = ['--package', recipes_cfg_path,
'--bootstrap-script', __file__] + sys.argv[1:]
args = ['--package', recipes_cfg_path] + sys.argv[1:]
return _subprocess_call([
sys.executable, '-u',
os.path.join(engine_path, engine_subpath, 'recipes.py')] + args)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment