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

Unified Diff: tools/telemetry/telemetry/core/command_line.py

Issue 228073002: [telemetry] Refactor run_tests to remove old cruft. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
Index: tools/telemetry/telemetry/core/command_line.py
diff --git a/tools/telemetry/telemetry/core/command_line.py b/tools/telemetry/telemetry/core/command_line.py
index 0f21d4b33b2bb23b8f8d458b0afd164059f972b1..9652cc325f4465a5507e8c37fef6257238ce8972 100644
--- a/tools/telemetry/telemetry/core/command_line.py
+++ b/tools/telemetry/telemetry/core/command_line.py
@@ -108,4 +108,4 @@ class SubcommandCommand(Command):
args.command.ProcessCommandLineArgs(parser, args)
def Run(self, args):
- args.command().Run(args)
+ return args.command().Run(args)

Powered by Google App Engine
This is Rietveld 408576698