Index: build/android/buildbot/bb_device_steps.py |
diff --git a/build/android/buildbot/bb_device_steps.py b/build/android/buildbot/bb_device_steps.py |
index a1b5f93b262d4e9a2ddfa9620793326287d747db..8a9a0a7fd6a38460749ddce6a4fd53c3f9010446 100755 |
--- a/build/android/buildbot/bb_device_steps.py |
+++ b/build/android/buildbot/bb_device_steps.py |
@@ -33,7 +33,7 @@ LOGCAT_DIR = os.path.join(CHROME_SRC, 'out', 'logcat') |
# apk_package: package for the apk to be installed. |
# test_apk: apk to run tests on. |
# test_data: data folder in format destination:source. |
-# host_driven_root: The python test root directory. |
+# host_driven_root: The host-driven test root directory. |
# annotation: Annotation of the tests to include. |
# exclude_annotation: The annotation of the tests to exclude. |
I_TEST = collections.namedtuple('InstrumentationTest', [ |