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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py
index 06272f555b4..4cbae6acd80 100644
--- a/python/servo/testing_commands.py
+++ b/python/servo/testing_commands.py
@@ -218,6 +218,7 @@ class MachCommands(CommandBase):
"script_traits",
"servo_config",
"servo_remutex",
+ "crown",
]
if not packages:
packages = set(os.listdir(path.join(self.context.topdir, "tests", "unit"))) - set(['.DS_Store'])