Index: build/android/test_runner.py |
diff --git a/build/android/test_runner.py b/build/android/test_runner.py |
index ebd5b39928bee12c2ffcc89a3b852f77c9329e2e..b9d2a3f5c67379e6132f0ceef7c0b664b1a5deba 100755 |
--- a/build/android/test_runner.py |
+++ b/build/android/test_runner.py |
@@ -111,7 +111,7 @@ def ProcessCommonOptions(args): |
if args.build_directory: |
constants.SetBuildDirectory(args.build_directory) |
if args.output_directory: |
- constants.SetOutputDirectort(args.output_directory) |
+ constants.SetOutputDirectory(args.output_directory) |
if args.adb_path: |
constants.SetAdbPath(args.adb_path) |
# Some things such as Forwarder require ADB to be in the environment path. |