diff options
Diffstat (limited to 'build/android/run_tests.py')
-rwxr-xr-x | build/android/run_tests.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/android/run_tests.py b/build/android/run_tests.py index 1513aa1..f1f1ab2 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 = [] |