summaryrefslogtreecommitdiffstats
path: root/infra
diff options
context:
space:
mode:
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)