aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Rasmus <mattr@zzntd.com>2014-12-04 16:53:17 -0800
committerMatthew Rasmus <mattr@zzntd.com>2014-12-04 16:55:01 -0800
commitfd5d4fffd739e70232b0b2586c265adb948efa30 (patch)
tree818718a9757c955e40987854bcc1442fd221d744
parent92a8c7a80ccd5721884da96dbd28c6c40ba32b70 (diff)
downloadservo-fd5d4fffd739e70232b0b2586c265adb948efa30.tar.gz
servo-fd5d4fffd739e70232b0b2586c265adb948efa30.zip
Mach test inference fix
-rw-r--r--python/servo/testing_commands.py2
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:])