mirror of
https://github.com/servo/servo.git
synced 2025-06-11 01:50:10 +00:00
Mach test inference fix
This commit is contained in:
parent
92a8c7a80c
commit
fd5d4fffd7
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class MachCommands(CommandBase):
|
|||
|
||||
for test_dir, test_name, path_flag in test_dirs:
|
||||
if not path_flag:
|
||||
path_arg = []
|
||||
path_flag = []
|
||||
if test_dir in maybe_path:
|
||||
args = ([mach_command, test_name] + path_flag +
|
||||
[maybe_path] + params[1:])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue