| Index: build/android/pylib/host_driven/run_python_tests.py
|
| diff --git a/build/android/pylib/host_driven/run_python_tests.py b/build/android/pylib/host_driven/run_python_tests.py
|
| index f21962a275bc26ac73140a5dc302b1bdecf735ee..bde75d242bed3748f80a4658f3b4e321da79f947 100644
|
| --- a/build/android/pylib/host_driven/run_python_tests.py
|
| +++ b/build/android/pylib/host_driven/run_python_tests.py
|
| @@ -71,7 +71,7 @@ def DispatchPythonTests(options):
|
| logging.debug('All available tests: ' + str(test_names))
|
|
|
| available_tests = test_collection.GetAvailableTests(
|
| - options.annotations, options.test_filter)
|
| + options.annotations, options.exclude_annotations, options.test_filter)
|
|
|
| if not available_tests:
|
| logging.warning('No Python tests to run with current args.')
|
|
|