diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2018-01-19 13:18:56 +0100 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2018-01-20 15:36:24 +0100 |
commit | ea924e398faafc29fafa83312e87410a3575f723 (patch) | |
tree | 1e619d3e640c9b56cf4753fe5683e27bd97811a0 /python/servo | |
parent | 697b9e2b87147a0f3767226c52097549d65b96da (diff) | |
download | servo-ea924e398faafc29fafa83312e87410a3575f723.tar.gz servo-ea924e398faafc29fafa83312e87410a3575f723.zip |
Merge net_traits and net_traits_tests
Diffstat (limited to 'python/servo')
-rw-r--r-- | python/servo/testing_commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index 907f6fa531b..0739501a42f 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -231,7 +231,7 @@ class MachCommands(CommandBase): else: test_patterns.append(test) - self_contained_tests = ["gfx", "layout", "msg", "net", "selectors"] + self_contained_tests = ["gfx", "layout", "msg", "net", "net_traits", "selectors"] if not packages: packages = set(os.listdir(path.join(self.context.topdir, "tests", "unit"))) - set(['.DS_Store']) packages |= set(self_contained_tests) |