Skip to content

Commit

Permalink
test with multiprocess mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mukilan committed Dec 17, 2024
1 parent 60d8d5a commit d326101
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/wpt/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ def run_tests(default_binary_path: str, **kwargs):
if legacy_layout:
kwargs["binary_args"].append("--legacy-layout")

kwargs["binary_args"].append("-M")

if not kwargs.get("no_default_test_types"):
test_types = {
"servo": ["testharness", "reftest", "wdspec", "crashtest"],
Expand Down

0 comments on commit d326101

Please sign in to comment.