Skip to content

Commit 8c3a491

Browse files
committed
Try to fix error reporting in log merging script again
1 parent 370bfd4 commit 8c3a491

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

merge_kokoro_logs.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ const parseFailureLog = [
3737
{
3838
$: {
3939
classname: 'Test Log Parsing',
40-
name: 'Test Log Parsing',
41-
failure: {
42-
$: {
43-
message: "Log parsing failed"
44-
}
40+
name: 'Test Log Parsing'
41+
},
42+
failure: {
43+
$: {
44+
message: "Log parsing failed"
4545
}
4646
}
4747
}

0 commit comments

Comments
 (0)