| Index: build/android/run_tests.py
|
| diff --git a/build/android/run_tests.py b/build/android/run_tests.py
|
| index 1513aa102f8a8ee3d5e2d03874734d4569838895..f1f1ab2faca461b39d317e3701a6edbb256b2ebd 100755
|
| --- a/build/android/run_tests.py
|
| +++ b/build/android/run_tests.py
|
| @@ -272,7 +272,8 @@ def _RunATestSuite(options):
|
| Returns:
|
| 0 if successful, number of failing tests otherwise.
|
| """
|
| - buildbot_report.PrintNamedStep('Test suite %s' % options.test_suite)
|
| + step_name = os.path.basename(options.test_suite).replace('-debug.apk', '')
|
| + buildbot_report.PrintNamedStep('Test suite %s' % step_name)
|
| attached_devices = []
|
| buildbot_emulators = []
|
|
|
|
|