aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2018-01-19 13:18:56 +0100
committerAnthony Ramine <n.oxyde@gmail.com>2018-01-20 15:36:24 +0100
commitea924e398faafc29fafa83312e87410a3575f723 (patch)
tree1e619d3e640c9b56cf4753fe5683e27bd97811a0 /python/servo
parent697b9e2b87147a0f3767226c52097549d65b96da (diff)
downloadservo-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.py2
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)