Skip to content

Commit

Permalink
Import build/third_party when executing runtest.py.
Browse files Browse the repository at this point in the history
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/1053674
Reviewed-by: Dirk Pranke <dpranke@chromium.org>
Commit-Queue: Yoshisato Yanagisawa <yyanagisawa@chromium.org>
Cr-Commit-Position: refs/heads/master@{#557794}
  • Loading branch information
yoshisatoyanagisawa authored and Commit Bot committed May 11, 2018
1 parent 5793a94 commit 7b4fce9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/scripts/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
]
Expand Down

0 comments on commit 7b4fce9

Please sign in to comment.