Skip to content

Commit 4a14f0a

Browse files
committed
update print of aggregate results
1 parent ae05ef2 commit 4a14f0a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/results_chc_solver.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ function call_count_entries () {
6060
count_entries $1 "count_memout" "memout"
6161
count_entries $1 "count_uncategorized" "uncategorized"
6262

63-
total=$((count_valid + count_invalid + count_unknown + count_error + count_unsupported + count_timeout + count_memout + count_uncategorized))
63+
total=$((count_valid + count_holey + count_invalid + count_unknown + count_error + count_unsupported + count_timeout + count_memout + count_uncategorized))
64+
65+
count_valid=$((count_valid + count_holey))
6466

6567
echo "********** Results for $chcSolver with $target: $1 **********"
6668
echo "Benchmarks analysed: $total"

0 commit comments

Comments
 (0)