tests: cosmetic.

This commit is contained in:
Alexandre Pujol 2025-01-12 18:23:43 +01:00
parent 61939a3bf8
commit 88f1821b19
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
4 changed files with 7 additions and 6 deletions

View file

@ -88,7 +88,8 @@ func run() error {
}
logging.Bullet("Bats tests directory: %s", cfg.BatsDir)
logging.Bullet("Number of tests found %d", len(tests))
logging.Bullet("Number of profiles with tests found %d", len(tests))
logging.Bullet("Number of programs without profile found %d", len(tests))
return nil
}