summaryrefslogtreecommitdiffstats
path: root/testing
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 /testing
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 'testing')
-rw-r--r--testing/scripts/common.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/scripts/common.py b/testing/scripts/common.py
index c27f5d4..dabd96e 100644
--- a/testing/scripts/common.py
+++ b/testing/scripts/common.py
@@ -72,7 +72,6 @@ def run_runtest(cmd_args, runtest_args):
sys.executable,
os.path.join(
cmd_args.paths['checkout'], 'infra', 'scripts', 'runtest_wrapper.py'),
- '--path-build', cmd_args.paths['build'],
'--',
]
else: