Show URL to user when running run_blink_wptserve |
|||
Issue descriptionIt would be very nice that when you run ./tools/run_blink_wptserve.py you get something like: Browse the WPT tests at http://localhlost:8001 Hit any key to stop the server and exit. Thank you very much.
,
Jan 8
https://chromium-review.googlesource.com/c/chromium/src/+/1401670
,
Jan 9
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/7f15413aca773bf6f8977f6eb98ba94725a5260b commit 7f15413aca773bf6f8977f6eb98ba94725a5260b Author: Robert Ma <robertma@chromium.org> Date: Wed Jan 09 18:13:05 2019 [blinkpy] Print out server URLs at startup This change affects run_blink_{httpd,wptserve}.py, the wrapper scripts to start Apache/wptserve locally with proper configurations for developing/debugging Blink web tests. The scripts did not print out the server ports or URLs by default, which is really inconvenient (and `-v` gives too much information). Bug: 916748 Change-Id: I03bdb0da2ffff9b5478fd316ef12240ec10da73e Reviewed-on: https://chromium-review.googlesource.com/c/1401670 Commit-Queue: Robert Ma <robertma@chromium.org> Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#621220} [modify] https://crrev.com/7f15413aca773bf6f8977f6eb98ba94725a5260b/third_party/blink/tools/blinkpy/web_tests/servers/apache_http.py [modify] https://crrev.com/7f15413aca773bf6f8977f6eb98ba94725a5260b/third_party/blink/tools/blinkpy/web_tests/servers/cli_wrapper.py [modify] https://crrev.com/7f15413aca773bf6f8977f6eb98ba94725a5260b/third_party/blink/tools/blinkpy/web_tests/servers/pywebsocket.py [modify] https://crrev.com/7f15413aca773bf6f8977f6eb98ba94725a5260b/third_party/blink/tools/blinkpy/web_tests/servers/server_base.py [modify] https://crrev.com/7f15413aca773bf6f8977f6eb98ba94725a5260b/third_party/blink/tools/blinkpy/web_tests/servers/wptserve.py
,
Jan 9
|
|||
►
Sign in to add a comment |
|||
Comment 1 by raphael....@intel.com
, Dec 21