aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo
diff options
context:
space:
mode:
authorMartin Robinson <mrobinson@igalia.com>2023-08-30 13:46:57 +0200
committerGitHub <noreply@github.com>2023-08-30 11:46:57 +0000
commit30dbc46d170919c900b752ef3a67e463a4ee2a76 (patch)
tree57576ce5328f44a93970c5edc8d2ee9ecac46f74 /python/servo
parent17dec241db16876a2cc7ae1b0e494d650e0f40ab (diff)
downloadservo-30dbc46d170919c900b752ef3a67e463a4ee2a76.tar.gz
servo-30dbc46d170919c900b752ef3a67e463a4ee2a76.zip
Let WPT commands take the --legacy-layout argument (#30239)
This also prints a better message when starting tests.
Diffstat (limited to 'python/servo')
-rw-r--r--python/servo/command_base.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/servo/command_base.py b/python/servo/command_base.py
index 8235829aa97..a86f756c76c 100644
--- a/python/servo/command_base.py
+++ b/python/servo/command_base.py
@@ -257,7 +257,6 @@ class CommandBase(object):
self.config["build"].setdefault("mode", "")
self.config["build"].setdefault("debug-assertions", False)
self.config["build"].setdefault("debug-mozjs", False)
- self.config["build"].setdefault("layout-2020", True)
self.config["build"].setdefault("media-stack", "auto")
self.config["build"].setdefault("ccache", "")
self.config["build"].setdefault("rustflags", "")