mirror of
https://github.com/servo/servo.git
synced 2025-08-01 11:40:30 +01:00
auto merge of #4231 : mttr/servo/mach_test_fix, r=jdm
Somehow didn't catch this when renaming a variable.
This commit is contained in:
commit
1046839e8c
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