aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/testing_commands.py
diff options
context:
space:
mode:
authorBobby Holley <bobbyholley@gmail.com>2017-03-14 22:50:38 -0700
committerBobby Holley <bobbyholley@gmail.com>2017-03-15 11:17:51 -0700
commit6744ed16394fab75a113f2240fca843160d3efa8 (patch)
treee4d58aaa218778f952e867450aa9c2da449d8a98 /python/servo/testing_commands.py
parent9f44fd2d9daec8a7665bcf0569fdc0ef77d4c73f (diff)
downloadservo-6744ed16394fab75a113f2240fca843160d3efa8.tar.gz
servo-6744ed16394fab75a113f2240fca843160d3efa8.zip
Run size_of tests with test-stylo.
MozReview-Commit-ID: KapDMqX6OjH
Diffstat (limited to 'python/servo/testing_commands.py')
-rw-r--r--python/servo/testing_commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py
index 0733911d2b4..c00bcc42057 100644
--- a/python/servo/testing_commands.py
+++ b/python/servo/testing_commands.py
@@ -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")):