We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdb3d01 commit 1f2b261Copy full SHA for 1f2b261
test/parallel/test-runner-output.mjs
@@ -37,7 +37,7 @@ function replaceJunitDuration(str) {
37
return str
38
.replaceAll(/time="[0-9.]+"/g, 'time="*"')
39
.replaceAll(/duration_ms [0-9.]+/g, 'duration_ms *')
40
- .replaceAll(hostname(), 'HOSTNAME')
+ .replaceAll(`hostname="${hostname()}"`, 'hostname="HOSTNAME"')
41
.replace(stackTraceBasePath, '$3');
42
}
43
0 commit comments