Index: build/android/pylib/browsertests/dispatch.py |
diff --git a/build/android/pylib/browsertests/dispatch.py b/build/android/pylib/browsertests/dispatch.py |
index ce1bc5acc4be1dbf732a5d86136ae40be2e3051d..5fb6b3ac23d3e9246d6979e8ae501470d38b665c 100644 |
--- a/build/android/pylib/browsertests/dispatch.py |
+++ b/build/android/pylib/browsertests/dispatch.py |
@@ -61,9 +61,9 @@ def Dispatch(options): |
# Get tests and split them up based on the number of devices. |
all_enabled = gtest_dispatch.GetAllEnabledTests(RunnerFactory, |
attached_devices) |
- if options.gtest_filter: |
+ if options.test_filter: |
all_tests = unittest_util.FilterTestNames(all_enabled, |
- options.gtest_filter) |
+ options.test_filter) |
else: |
all_tests = _FilterTests(all_enabled) |