diff options
author | Gregory Terzian <gterzian@users.noreply.github.com> | 2018-08-25 02:31:15 +0800 |
---|---|---|
committer | Gregory Terzian <gterzian@users.noreply.github.com> | 2018-09-12 11:25:45 +0800 |
commit | b977b4994c678ce1d9bca69be72d095522c25f71 (patch) | |
tree | 2a9d209d87c33cc28f012968b075beb7236b4011 /python/servo/testing_commands.py | |
parent | 704f7a06b1dbec15abab31ebb2f1893c8d99def0 (diff) | |
download | servo-b977b4994c678ce1d9bca69be72d095522c25f71.tar.gz servo-b977b4994c678ce1d9bca69be72d095522c25f71.zip |
add servo_channel crate
Diffstat (limited to 'python/servo/testing_commands.py')
-rw-r--r-- | python/servo/testing_commands.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index 1cfddcc1ac7..d3d12361cc8 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -253,6 +253,7 @@ class MachCommands(CommandBase): "selectors", "servo_config", "servo_remutex", + "servo_channel", ] if not packages: packages = set(os.listdir(path.join(self.context.topdir, "tests", "unit"))) - set(['.DS_Store']) |