diff options
-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 7d91a190bd1..845b09b622a 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -58,7 +58,7 @@ TOML_GLOBS = [ "*.toml", ".cargo/*.toml", "components/*/*.toml", - "components/shared/*.toml", + "components/shared/*/*.toml", "ports/*/*.toml", "support/*/*.toml", ] |