mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-28 22:53: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];
|
const test = tests[i];
|
||||||
log += test.name+"|"+test.format_status();
|
log += test.name+"|"+test.format_status();
|
||||||
if (test.message != null) {
|
if (test.message != null) {
|
||||||
log += "|"+test.message;
|
log += "|"+test.message.replaceAll("\n"," ");
|
||||||
}
|
}
|
||||||
log += "\n";
|
log += "\n";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user