[fuchsia] remove extra-path
Won't be necessary anymore; it's removed by https://crrev.com/i/8127880. Cq-Include-Trybots: luci.chrome.try:fuchsia-smoke-sherlock Fixed: 40935296 Change-Id: Ib23e086f7dba9b50af243544c0abe83ef33ec81b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6384457 Commit-Queue: David Song <wintermelons@google.com> Auto-Submit: Zijie He <zijiehe@google.com> Reviewed-by: David Song <wintermelons@google.com> Cr-Commit-Position: refs/heads/main@{#1438287}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
999abe99ca
commit
ba5affca30
@ -70,9 +70,6 @@ def main():
|
||||
action='store_true',
|
||||
default=False,
|
||||
help='Use an existing device.')
|
||||
parser.add_argument('--extra-path',
|
||||
action='append',
|
||||
help='Extra paths to append to the PATH environment')
|
||||
|
||||
# Register arguments
|
||||
register_common_args(parser)
|
||||
@ -96,9 +93,6 @@ def main():
|
||||
# logs_dir is not defined.
|
||||
stack.push(lambda *_: monitors.dump(
|
||||
os.path.join(runner_args.logs_dir, 'invocations')))
|
||||
if runner_args.extra_path:
|
||||
os.environ['PATH'] += os.pathsep + os.pathsep.join(
|
||||
runner_args.extra_path)
|
||||
if running_unattended():
|
||||
# Only restart the daemon if 1) daemon will be run in a new isolate
|
||||
# dir, or 2) if there isn't a daemon running in the predefined
|
||||
|
Reference in New Issue
Block a user