Commit 444f463d authored by Robert Ma's avatar Robert Ma Committed by Commit Bot

[blinkpy] Use vpython in run_web_tests.bat

to be consistent with the shebang in `run_web_tests.py`

Also `chmod +x` because checkperms complained.

Note that vpython(.bat) is provided by depot_tools and should be
available in PATH after following the Windows build instructions:
https://chromium.googlesource.com/chromium/src.git/+/master/docs/windows_build_instructions.md#install

Bug: 1095643
Change-Id: I0afaae268022e0a2a368ecae6cd7020c453f5812
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2249086
Commit-Queue: Robert Ma <robertma@chromium.org>
Auto-Submit: Robert Ma <robertma@chromium.org>
Reviewed-by: default avatarStephen McGruer <smcgruer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#780792}
parent 4c805162
......@@ -3,4 +3,4 @@
:: Use of this source code is governed by a BSD-style license that can be
:: found in the LICENSE file.
python %~dp0\run_web_tests.py %*
vpython %~dp0\run_web_tests.py %*
\ No newline at end of file
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