diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2018-01-19 16:49:02 +0100 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2018-01-20 15:37:04 +0100 |
commit | 2ec3ed97dbc16a5c79961af809f4ea0441ab6ad9 (patch) | |
tree | f15831fcf7ada724e6471d036f418c4794fe7000 /python | |
parent | 14d0cf595fb5f6ad6d47176c1a0ea200caa04f76 (diff) | |
download | servo-2ec3ed97dbc16a5c79961af809f4ea0441ab6ad9.tar.gz servo-2ec3ed97dbc16a5c79961af809f4ea0441ab6ad9.zip |
Merge servo_remutex to servo_remutex_tests
Diffstat (limited to 'python')
-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 96f7ce784f1..8ed67964bab 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -239,6 +239,7 @@ class MachCommands(CommandBase): "net_traits", "selectors", "servo_config", + "servo_remutex", ] if not packages: packages = set(os.listdir(path.join(self.context.topdir, "tests", "unit"))) - set(['.DS_Store']) |