diff options
author | Michael Grigoryan <56165400+michaelgrigoryan25@users.noreply.github.com> | 2023-05-23 18:25:07 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-23 18:25:07 +0400 |
commit | d0c87d6c31aecc653521658834e6e86bcf213620 (patch) | |
tree | 47d13db9fc143e536f1e662b3f36d332f63000cf /python/servo | |
parent | 24cccfc40490d75a6c82dba4b3eeb604e7f1e307 (diff) | |
parent | ec4d90d5729c84337bb3546fb24b13b5942c49fe (diff) | |
download | servo-d0c87d6c31aecc653521658834e6e86bcf213620.tar.gz servo-d0c87d6c31aecc653521658834e6e86bcf213620.zip |
Merge branch 'servo:master' into issue#29773
Diffstat (limited to 'python/servo')
-rw-r--r-- | python/servo/testing_commands.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index 4b518f48e98..18780b2ac01 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -225,6 +225,7 @@ class MachCommands(CommandBase): "net", "net_traits", "selectors", + "script_traits", "servo_config", "servo_remutex", ] |