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:
bors-servo 2014-12-05 03:13:09 -07:00
commit 1046839e8c

View file

@ -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:])