Commit 7b4fce98 authored by Yoshisato Yanagisawa's avatar Yoshisato Yanagisawa Committed by Commit Bot

Import build/third_party when executing runtest.py.

Since runtest.py depends on modules listed in build/third_party,
we need to set --with-third-party-lib when we execute runtest.py
via runit.py.

Bug: 825290
Change-Id: Ic780388a9b9086364c1e4dcbd4a70a2cd2ed2425
Reviewed-on: https://chromium-review.googlesource.com/1053674Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Commit-Queue: Yoshisato Yanagisawa <yyanagisawa@chromium.org>
Cr-Commit-Position: refs/heads/master@{#557794}
parent 5793a94f
......@@ -89,6 +89,7 @@ def run_runtest(cmd_args, runtest_args):
sys.executable,
cmd_args.paths['runit.py'],
'--show-path',
'--with-third-party-lib',
sys.executable,
cmd_args.paths['runtest.py'],
]
......
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