diff --git a/test/core/run b/test/core/run index 8f72a9a..adec53b 100755 --- a/test/core/run +++ b/test/core/run @@ -42,7 +42,7 @@ function runTest(test, callback) { var killTimeout = setTimeout(function () { child.kill(); - console.log(path.basename(test).yellow + ' timed out'.red); + console.log(' ' + path.basename(test).yellow + ' timed out'.red); }, testTimeout); child.on('exit', function (exitCode) {