Index: scripts/master/factory/syzygy_commands.py |
diff --git a/scripts/master/factory/syzygy_commands.py b/scripts/master/factory/syzygy_commands.py |
index 640230cb1212dbad8d773acfda3e4a9ffd316abe..ceee1416ecb93894398e10eb11a3ab3667804138 100644 |
--- a/scripts/master/factory/syzygy_commands.py |
+++ b/scripts/master/factory/syzygy_commands.py |
@@ -53,7 +53,7 @@ class SyzygyCommands(commands.FactoryCommands): |
self._target, |
test_name + '.exe') |
args = ['--on-waterfall', test_path, '--', '--gtest_print_time'] |
- wrapper_args = ['--annotate=gtest', '--test-type=%s', test_name] |
+ wrapper_args = ['--annotate=gtest', '--test-type', test_name] |
command = self.GetPythonTestCommand(script_path, arg_list=args, |
wrapper_args=wrapper_args) |