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

Unified Diff: mojo/devtools/common/mojo_test

Issue 1253273003: Unify casing of function names in devtools. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Rebase. Created 5 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
« no previous file with comments | « mojo/devtools/common/mojo_run ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/devtools/common/mojo_test
diff --git a/mojo/devtools/common/mojo_test b/mojo/devtools/common/mojo_test
index cfd8e85564a1bf21b00cc472d8a2dc92d4d35e6f..49d00e04ac659cb6ba17c3d280d0df68af17ac37 100755
--- a/mojo/devtools/common/mojo_test
+++ b/mojo/devtools/common/mojo_test
@@ -53,12 +53,12 @@ def main():
help="a file listing apptests to run")
# Common shell configuration arguments.
- shell_arguments.AddShellArguments(parser)
+ shell_arguments.add_shell_arguments(parser)
script_args, common_shell_args = parser.parse_known_args()
try:
- shell, common_shell_args = shell_arguments.ConfigureShell(script_args,
- common_shell_args)
+ shell, common_shell_args = shell_arguments.configure_shell(
+ script_args, common_shell_args)
except shell_arguments.ShellConfigurationException as e:
print e
return 1
« no previous file with comments | « mojo/devtools/common/mojo_run ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698