mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-28 14:43:28 +00:00
wpt: remove new lines from report
This commit is contained in:
@@ -20,7 +20,7 @@ add_completion_callback(function (tests, status) {
|
||||
const test = tests[i];
|
||||
log += test.name+"|"+test.format_status();
|
||||
if (test.message != null) {
|
||||
log += "|"+test.message;
|
||||
log += "|"+test.message.replaceAll("\n"," ");
|
||||
}
|
||||
log += "\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user