Make json test output formatter represent "filtered_out" as num
This commit is contained in:
parent
347c6b76a0
commit
b9de64a0e6
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ impl<T: Write> OutputFormatter for JsonFormatter<T> {
|
||||||
\"allowed_fail\": {}, \
|
\"allowed_fail\": {}, \
|
||||||
\"ignored\": {}, \
|
\"ignored\": {}, \
|
||||||
\"measured\": {}, \
|
\"measured\": {}, \
|
||||||
\"filtered_out\": \"{}\" }}",
|
\"filtered_out\": {} }}",
|
||||||
if state.failed == 0 { "ok" } else { "failed" },
|
if state.failed == 0 { "ok" } else { "failed" },
|
||||||
state.passed,
|
state.passed,
|
||||||
state.failed + state.allowed_fail,
|
state.failed + state.allowed_fail,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue