Android: fixes instrumentation tests call to LogFull.
Following: https://chromiumcodereview.appspot.com/11363088 add an extra empty parameter. BUG= TEST=instrumentation tests on android Review URL: https://chromiumcodereview.appspot.com/11293115 git-svn-id: http://src.chromium.org/svn/trunk/src/build@166208 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
bb85c64ec5
Коммит
581d3136c6
|
@ -37,7 +37,7 @@ def SummarizeResults(java_results, python_results, annotation, build_type):
|
|||
"""
|
||||
all_results = TestResults.FromTestResults([java_results, python_results])
|
||||
summary_string = all_results.LogFull('Instrumentation', annotation,
|
||||
build_type)
|
||||
build_type, [])
|
||||
num_failing = (len(all_results.failed) + len(all_results.crashed) +
|
||||
len(all_results.unknown))
|
||||
return all_results, summary_string, num_failing
|
||||
|
|
Загрузка…
Ссылка в новой задаче