diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2018-01-19 12:12:47 +0100 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2018-01-20 15:33:39 +0100 |
commit | a311e0f569f8aba447aeef3034a37ee900720307 (patch) | |
tree | c5cc08df49134de8d987e7149fbccde709f74418 /python/servo/testing_commands.py | |
parent | c2ed7c963262e58f4222d7b958da04b773e20014 (diff) | |
download | servo-a311e0f569f8aba447aeef3034a37ee900720307.tar.gz servo-a311e0f569f8aba447aeef3034a37ee900720307.zip |
Merge layout and layout_tests
Diffstat (limited to 'python/servo/testing_commands.py')
-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 21ff295ac11..56cf12124b0 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", "msg", "selectors"] + self_contained_tests = ["gfx", "layout", "msg", "selectors"] if not packages: packages = set(os.listdir(path.join(self.context.topdir, "tests", "unit"))) - set(['.DS_Store']) packages |= set(self_contained_tests) |