mirror of
https://github.com/servo/servo.git
synced 2025-06-10 09:33:13 +00:00
Run size_of tests with test-stylo.
MozReview-Commit-ID: KapDMqX6OjH
This commit is contained in:
parent
9f44fd2d9d
commit
6744ed1639
8 changed files with 77 additions and 51 deletions
|
@ -300,7 +300,7 @@ class MachCommands(CommandBase):
|
|||
release = ["--release"] if release else []
|
||||
ret = 0
|
||||
with cd(path.join("ports", "geckolib")):
|
||||
ret = call(["cargo", "test", "-p", "stylo_tests"] + release, env=env)
|
||||
ret = call(["cargo", "test", "-p", "stylo_tests", "--features", "testing"] + release, env=env)
|
||||
if ret != 0:
|
||||
return ret
|
||||
with cd(path.join("ports", "geckolib")):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue