|
@@ -35,7 +35,7 @@ android {
|
35
|
35
|
if (!desc.parent) { // will match the outermost suite
|
36
|
36
|
def output = " ${result.resultType} (${result.successfulTestCount} successes, ${result.failedTestCount} failures, ${result.skippedTestCount} skipped) "
|
37
|
37
|
def repeatLength = output.length()
|
38
|
|
- println '\n' + ('-' * repeatLength) + '\n' + output + '\n' + ('-' * repeatLength) + '\n'
|
|
38
|
+ println '\n\n' + ('-' * repeatLength) + '\n' + output + '\n' + ('-' * repeatLength) + '\n'
|
39
|
39
|
|
40
|
40
|
println "see report at file://${t.reports.html.destination}/index.html"
|
41
|
41
|
}
|