diff options
author | Matthew Rasmus <mattr@zzntd.com> | 2014-12-04 16:53:17 -0800 |
---|---|---|
committer | Matthew Rasmus <mattr@zzntd.com> | 2014-12-04 16:55:01 -0800 |
commit | fd5d4fffd739e70232b0b2586c265adb948efa30 (patch) | |
tree | 818718a9757c955e40987854bcc1442fd221d744 /python | |
parent | 92a8c7a80ccd5721884da96dbd28c6c40ba32b70 (diff) | |
download | servo-fd5d4fffd739e70232b0b2586c265adb948efa30.tar.gz servo-fd5d4fffd739e70232b0b2586c265adb948efa30.zip |
Mach test inference fix
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:]) |