Skip to content
Snippets Groups Projects
Commit e6ae9daf authored by Allan Blanchard's avatar Allan Blanchard
Browse files

[wp] fix cache miss goal display

parent 05b18a0e
No related branches found
No related tags found
No related merge requests found
......@@ -308,6 +308,7 @@ let do_report_stats ~shell ~cache ~smoke goal (stats : Stats.stats) =
| Invalid -> "[Passed] (Invalid)"
else
match stats.verdict with
| NoResult when shell -> "[CacheMiss]"
| NoResult | Computing _ -> ""
| Valid -> "[Valid]"
| Invalid -> "[Invalid]"
......
......@@ -3,4 +3,5 @@
[wp] Running WP plugin...
[wp] Warning: Missing RTE guards
[wp] 1 goal scheduled
[wp] [CacheMiss] typed_f_ensures (Cache miss 1)
[wp] Proved goals: 0 / 1
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