mirror of https://github.com/grpc/grpc-node.git
Try to fix error reporting in log merging script again
This commit is contained in:
parent
370bfd4039
commit
8c3a49150e
|
@ -37,14 +37,14 @@ const parseFailureLog = [
|
||||||
{
|
{
|
||||||
$: {
|
$: {
|
||||||
classname: 'Test Log Parsing',
|
classname: 'Test Log Parsing',
|
||||||
name: 'Test Log Parsing',
|
name: 'Test Log Parsing'
|
||||||
|
},
|
||||||
failure: {
|
failure: {
|
||||||
$: {
|
$: {
|
||||||
message: "Log parsing failed"
|
message: "Log parsing failed"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue