Commit 2d96af13 authored by John Budorick's avatar John Budorick Committed by Commit Bot

Make resource_sizes.py accept --isolated-script-test-perf-output.

It doesn't appear to do anything, but we still pass it (for now).

Bug: 861983
Change-Id: I9e5aced1aeedd9dbb3151a5e1a1dcca5c60489f1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574430
Commit-Queue: John Budorick <jbudorick@chromium.org>
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Auto-Submit: John Budorick <jbudorick@chromium.org>
Reviewed-by: default avatarBen Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#652421}
parent 854d09d1
...@@ -734,6 +734,11 @@ def main(): ...@@ -734,6 +734,11 @@ def main():
# Accepted to conform to the isolated script interface, but ignored. # Accepted to conform to the isolated script interface, but ignored.
argparser.add_argument( argparser.add_argument(
'--isolated-script-test-filter', help=argparse.SUPPRESS) '--isolated-script-test-filter', help=argparse.SUPPRESS)
argparser.add_argument(
'--isolated-script-test-perf-output',
type=os.path.realpath,
help=argparse.SUPPRESS)
argparser.add_argument( argparser.add_argument(
'--isolated-script-test-output', '--isolated-script-test-output',
type=os.path.realpath, type=os.path.realpath,
......
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