Merge pull request #364 from kkujala/master
Make 'make test' factors faster.
This commit is contained in:
commit
ce8180c2de
@ -221,6 +221,8 @@ function checkScrolling() {
|
||||
}
|
||||
|
||||
function log(str) {
|
||||
stdout.innerHTML += str;
|
||||
checkScrolling();
|
||||
stdout.insertAdjacentHTML('BeforeEnd', str);
|
||||
|
||||
if (str.lastIndexOf('\n') >= 0)
|
||||
checkScrolling();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user