Index: build/android/pylib/uiautomator/dispatch.py |
diff --git a/build/android/pylib/uiautomator/dispatch.py b/build/android/pylib/uiautomator/dispatch.py |
index 7dd6990c667218b4a44253f11209ea6d0b415e4c..0f68ce4965246c63302a24ab100311fb5a3cc47b 100644 |
--- a/build/android/pylib/uiautomator/dispatch.py |
+++ b/build/android/pylib/uiautomator/dispatch.py |
@@ -33,7 +33,7 @@ def Dispatch(options): |
test_pkg = test_package.TestPackage( |
options.uiautomator_jar, options.uiautomator_info_jar) |
tests = test_pkg._GetAllMatchingTests( |
bulach
2013/05/09 11:22:44
this shouldn't be calling a "_" protected method.
|
- options.annotations, options.test_filter) |
+ options.annotations, options.exclude_annotations, options.test_filter) |
if not tests: |
logging.warning('No uiautomator tests to run with current args.') |
return base_test_result.TestRunResults() |