Skip to content
Snippets Groups Projects
Commit 5b7a99c7 authored by Loïc Correnson's avatar Loïc Correnson Committed by Virgile Prevosto
Browse files

[wp/cache] suppress cache info when no goals

parent 354c81b3
No related branches found
No related tags found
No related merge requests found
......@@ -304,7 +304,8 @@ let do_progress goal msg =
(* ------------------------------------------------------------------------ *)
let do_report_cache_usage mode =
if not (Wp_parameters.has_dkey dkey_shell) &&
if !exercised > 0 &&
not (Wp_parameters.has_dkey dkey_shell) &&
not (Wp_parameters.has_dkey VCS.dkey_no_cache_info)
then
let hits = ProverWhy3.get_hits () in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment