diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/servo/testing_commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index ff4844731d8..9581142e941 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -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:]) |