diff --git a/test/inc-testcase.js b/test/inc-testcase.js index b3c3892..2c2245e 100644 --- a/test/inc-testcase.js +++ b/test/inc-testcase.js @@ -236,7 +236,11 @@ function init() */ function endStats() { - testPrint( "\n\n" ); + testPrint( "\n" ); + if ( tcount % 60 !== 0 ) + { + testPrint( "\n" ); + } if ( failures.length ) {