diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2018-01-19 11:53:49 +0100 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2018-01-20 15:33:15 +0100 |
commit | c2ed7c963262e58f4222d7b958da04b773e20014 (patch) | |
tree | 27f9a249fa19908325af743d3f2b25cd21bd5889 /python/servo/testing_commands.py | |
parent | a17a1fd06e25578f503c5d15ce662d1bf0d142f2 (diff) | |
download | servo-c2ed7c963262e58f4222d7b958da04b773e20014.tar.gz servo-c2ed7c963262e58f4222d7b958da04b773e20014.zip |
Merge gfx and gfx_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 dfe78c0f36b..21ff295ac11 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 = ["msg", "selectors"] + self_contained_tests = ["gfx", "msg", "selectors"] if not packages: packages = set(os.listdir(path.join(self.context.topdir, "tests", "unit"))) - set(['.DS_Store']) packages |= set(self_contained_tests) |