Skip to content

Commit 413fd52

Browse files
committed
Print number of found test diffs
1 parent e757dea commit 413fd52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ci/citool/src/analysis.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ fn report_test_diffs(diff: AggregatedTestDiffs) {
244244
println!("No test diffs found");
245245
return;
246246
}
247+
println!("\n{} test {} found\n", diff.diffs.len(), pluralize("difference", diff.diffs.len()));
247248

248249
fn format_outcome(outcome: &TestOutcome) -> String {
249250
match outcome {

0 commit comments

Comments
 (0)