aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/testing_commands.py
diff options
context:
space:
mode:
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 53e0d27f9bc..8cc33e665b7 100644
--- a/python/servo/testing_commands.py
+++ b/python/servo/testing_commands.py
@@ -163,6 +163,7 @@ class MachCommands(CommandBase):
"background_hang_monitor",
"base",
"compositing",
+ "compositing_traits",
"constellation",
"devtools",
"fonts",
@@ -178,7 +179,6 @@ class MachCommands(CommandBase):
"servo_config",
"servoshell",
"stylo_config",
- "webrender_traits",
]
if not packages:
packages = set(os.listdir(path.join(self.context.topdir, "tests", "unit"))) - set(['.DS_Store'])