Added formal verification set to timer internally

This commit is contained in:
2026-03-01 21:00:57 +01:00
parent abe0668787
commit 5b940758b6
3 changed files with 94 additions and 4 deletions

View File

@@ -55,7 +55,7 @@ $label"
$label"
printf 'Result: FAIL (%s)\n' "$label"
printf 'Captured log for %s:\n' "$label"
cat "$log_file" | grep summary
cat "$log_file" #| grep summary
rm -f "$log_file"
return 1
fi