Index: build/android/pylib/base/shard.py |
diff --git a/build/android/pylib/base/shard.py b/build/android/pylib/base/shard.py |
index 03c72ef912c5540c8869859fe928caac1ea30895..61820eff0df216ed0bdd39c979adcb9addf9cba7 100644 |
--- a/build/android/pylib/base/shard.py |
+++ b/build/android/pylib/base/shard.py |
@@ -276,6 +276,7 @@ def ShardAndRunTests(runner_factory, devices, tests, build_type='Debug', |
Returns: |
A base_test_result.TestRunResults object. |
""" |
+ logging.info('Will run %d tests: %s', len(tests), str(tests)) |
forwarder.Forwarder.KillHost(build_type) |
runners = _CreateRunners(runner_factory, devices, setup_timeout) |
try: |