chore: Update external mochitests, b=no-bug, c=tests, scripts, common

This commit is contained in:
mr. m
2026-02-08 19:20:36 +01:00
parent 466d089fc0
commit 604365dd38
9 changed files with 35 additions and 36 deletions

View File

@@ -56,7 +56,7 @@ def main():
os.chdir(engine_dir)
def run_mach_with_paths(test_paths):
command = ['./mach', 'mochitest'] + other_args + test_paths
command = ['./mach', 'test'] + other_args + test_paths
# Replace the current process with the mach command
os.execvp(command[0], command)