| Index: build/android/pylib/base/test_dispatcher.py
|
| diff --git a/build/android/pylib/base/test_dispatcher.py b/build/android/pylib/base/test_dispatcher.py
|
| index 03644ecfe61557555630497f6b0326a5401e8e0e..4ceb51affa5e313a2e7fc277bf419c8555ecadb8 100644
|
| --- a/build/android/pylib/base/test_dispatcher.py
|
| +++ b/build/android/pylib/base/test_dispatcher.py
|
| @@ -157,7 +157,7 @@ def _RunTestsFromQueue(runner, test_collection, out_results, watcher,
|
| """
|
| new_test_run_results = base_test_result.TestRunResults()
|
| for test_result in test_run_results.GetAll():
|
| - test_result.SetTag(runner.device[-4:])
|
| + test_result.SetName('%s_%s' % (runner.device[-4:], test_result.GetName()))
|
| new_test_run_results.AddResult(test_result)
|
| return new_test_run_results
|
|
|
|
|