mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision 3503c50a6452e153bde906a9c6644cb6237224fc
This commit is contained in:
parent
3db473714b
commit
dc71e05859
379 changed files with 37923 additions and 5120 deletions
|
@ -29,6 +29,8 @@ def run(*args, **kwargs):
|
|||
build()
|
||||
|
||||
args = ["docker", "run"]
|
||||
args.extend(["--security-opt", "seccomp:%s" %
|
||||
os.path.join(wpt_root, "tools", "docker", "seccomp.json")])
|
||||
if kwargs["privileged"]:
|
||||
args.append("--privileged")
|
||||
if kwargs["checkout"]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue