send test result to console.log as well
This commit is contained in:
Родитель
3dabd4a1a0
Коммит
03c36d37f5
|
@ -204,5 +204,6 @@ function log_result(result, message, test) {
|
|||
'message': message,
|
||||
'time': Date.now(),
|
||||
'source_file': test || tests[current_test].path};
|
||||
console.log(JSON.stringify(output));
|
||||
dump(JSON.stringify(output) + "\n");
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче