Remove redundant android buildbot step annotation

It is preferrable to print buildbot step annotations before calling
tester runners so that the call is listed in the proper step.  This
patch removes the step annotation printed by the test runner inself.

BUG=161993
R=frankf@chromium.org
NOTRY=true

Review URL: https://chromiumcodereview.appspot.com/11775013

git-svn-id: http://src.chromium.org/svn/trunk/src/build@175861 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
ilevy@chromium.org 2013-01-09 19:57:25 +00:00
Родитель b1df01b155
Коммит 5319729913
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -73,9 +73,6 @@ def main(argv):
args)
run_tests_helper.SetLogLevel(options.verbose_count)
buildbot_report.PrintNamedStep(
'Instrumentation tests: %s - %s' % (', '.join(options.annotation),
options.test_apk))
ret = 1
try:
ret = DispatchInstrumentationTests(options)