Print how many checks are run

This commit is contained in:
Rebecca Turner 2023-09-01 13:11:58 -07:00
parent 9404ce36e4
commit d75a5f427a
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -781,7 +781,8 @@ struct CmdFlakeCheck : FlakeCommand
}
if (build && !drvPaths.empty()) {
Activity act(*logger, lvlInfo, actUnknown, "running flake checks");
Activity act(*logger, lvlInfo, actUnknown,
fmt("running %d flake checks", drvPaths.size()));
store->buildPaths(drvPaths);
}
if (hasErrors)