mirror of
https://github.com/servo/servo.git
synced 2025-08-23 06:15:35 +01:00
Update web-platform-tests to revision fc33be9acfbf8e883fd9683c527aab22d842542b
This commit is contained in:
parent
d232705106
commit
09b1413275
32 changed files with 1112 additions and 577 deletions
|
@ -117,13 +117,13 @@ def check_environ(product):
|
|||
if platform.uname()[0] != "Windows":
|
||||
message = """Missing hosts file configuration. Run
|
||||
|
||||
python wpt make-hosts-file >> %s
|
||||
|
||||
from a shell with Administrator privileges.""" % hosts_path
|
||||
./wpt make-hosts-file | sudo tee -a %s""" % hosts_path
|
||||
else:
|
||||
message = """Missing hosts file configuration. Run
|
||||
|
||||
./wpt make-hosts-file | sudo tee -a %s""" % hosts_path
|
||||
python wpt make-hosts-file >> %s
|
||||
|
||||
from a shell with Administrator privileges.""" % hosts_path
|
||||
raise WptrunError(message)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue