summaryrefslogtreecommitdiffstats
path: root/infra
diff options
context:
space:
mode:
authorphajdan.jr <phajdan.jr@chromium.org>2016-03-09 17:22:15 -0800
committerCommit bot <commit-bot@chromium.org>2016-03-10 01:23:42 +0000
commite403d0d8cf1622909d15c3ae408c37acef7e1d19 (patch)
tree189c0db1509ffb548a4032ef23958bda888e3124 /infra
parentd1faec7945458e2500203bd9a7d37cd462646447 (diff)
downloadchromium_src-e403d0d8cf1622909d15c3ae408c37acef7e1d19.zip
chromium_src-e403d0d8cf1622909d15c3ae408c37acef7e1d19.tar.gz
chromium_src-e403d0d8cf1622909d15c3ae408c37acef7e1d19.tar.bz2
runtest_wrapper: remove unused --build-path
BUG=593420 Review URL: https://codereview.chromium.org/1775123004 Cr-Commit-Position: refs/heads/master@{#380286}
Diffstat (limited to 'infra')
-rwxr-xr-xinfra/scripts/runtest_wrapper.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/infra/scripts/runtest_wrapper.py b/infra/scripts/runtest_wrapper.py
index fe9835f..e97f125 100755
--- a/infra/scripts/runtest_wrapper.py
+++ b/infra/scripts/runtest_wrapper.py
@@ -19,9 +19,6 @@ SRC_DIR = os.path.dirname(os.path.dirname(os.path.dirname(__file__)))
def main(argv):
parser = argparse.ArgumentParser()
- # TODO(phajdan.jr): Remove after cleaning up build repo side.
- parser.add_argument(
- '--path-build', help='Path to the build repo')
parser.add_argument('args', nargs='*', help='Arguments to pass to runtest.py')
args = parser.parse_args(argv)