Print number of found test diffs
This commit is contained in:
parent
e757deab23
commit
413fd52ea9
1 changed files with 1 additions and 0 deletions
|
|
@ -244,6 +244,7 @@ fn report_test_diffs(diff: AggregatedTestDiffs) {
|
|||
println!("No test diffs found");
|
||||
return;
|
||||
}
|
||||
println!("\n{} test {} found\n", diff.diffs.len(), pluralize("difference", diff.diffs.len()));
|
||||
|
||||
fn format_outcome(outcome: &TestOutcome) -> String {
|
||||
match outcome {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue