Commit 5e5683b6 authored by Takuto Ikuta's avatar Takuto Ikuta Committed by Commit Bot

testing: remove unused flag

https://source.chromium.org/search?q=use.src.side.runtest.py

Change-Id: I23d9a8fa42135e76a302e768a97c7af6068d060b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2094930
Auto-Submit: Takuto Ikuta <tikuta@chromium.org>
Commit-Queue: Caleb Rouleau <crouleau@chromium.org>
Reviewed-by: default avatarCaleb Rouleau <crouleau@chromium.org>
Cr-Commit-Position: refs/heads/master@{#749213}
parent 03585e0a
...@@ -56,11 +56,6 @@ def run_script(argv, funcs): ...@@ -56,11 +56,6 @@ def run_script(argv, funcs):
# behavior of the script. # behavior of the script.
parser.add_argument('--args', type=parse_json, default=[]) parser.add_argument('--args', type=parse_json, default=[])
parser.add_argument(
'--use-src-side-runtest-py', action='store_true',
help='Use the src-side copy of runtest.py, as opposed to the build-side '
'one')
subparsers = parser.add_subparsers() subparsers = parser.add_subparsers()
run_parser = subparsers.add_parser('run') run_parser = subparsers.add_parser('run')
......
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