Index: build/android/pylib/instrumentation/setup.py |
diff --git a/build/android/pylib/instrumentation/setup.py b/build/android/pylib/instrumentation/setup.py |
index 7a0501e5b5c302075c0a4f67e6cc65969d8de9fb..698b609803129dd00a00652524cf08ec8c409297 100644 |
--- a/build/android/pylib/instrumentation/setup.py |
+++ b/build/android/pylib/instrumentation/setup.py |
@@ -82,7 +82,8 @@ def Setup(test_options, devices): |
tests = test_pkg.GetAllMatchingTests( |
test_options.annotations, |
test_options.exclude_annotations, |
- test_options.test_filter) |
+ test_options.test_filter, |
+ devices) |
if not tests: |
logging.error('No instrumentation tests to run with current args.') |