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,11 +37,11 @@ const parseFailureLog = [
|
|||
{
|
||||
$: {
|
||||
classname: 'Test Log Parsing',
|
||||
name: 'Test Log Parsing',
|
||||
failure: {
|
||||
$: {
|
||||
message: "Log parsing failed"
|
||||
}
|
||||
name: 'Test Log Parsing'
|
||||
},
|
||||
failure: {
|
||||
$: {
|
||||
message: "Log parsing failed"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue