Test runner will not output duplicate newline before results when total % 60
parent
2f55d60993
commit
476f86723e
|
@ -236,7 +236,11 @@ function init()
|
||||||
*/
|
*/
|
||||||
function endStats()
|
function endStats()
|
||||||
{
|
{
|
||||||
testPrint( "\n\n" );
|
testPrint( "\n" );
|
||||||
|
if ( tcount % 60 !== 0 )
|
||||||
|
{
|
||||||
|
testPrint( "\n" );
|
||||||
|
}
|
||||||
|
|
||||||
if ( failures.length )
|
if ( failures.length )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue