Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1473)

Unified Diff: scripts/master/factory/syzygy_commands.py

Issue 12327012: Small fix to AddAppVerifierTestStep. (Closed) Base URL: http://git.chromium.org/chromium/tools/build.git@master
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698