From c2ed7c963262e58f4222d7b958da04b773e20014 Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Fri, 19 Jan 2018 11:53:49 +0100 Subject: Merge gfx and gfx_tests --- python/servo/testing_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/servo/testing_commands.py') 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) -- cgit v1.2.3