Skip to content

Commit

Permalink
Add --verbose and --max-frontier-parallel options to run-kontrol.sh s…
Browse files Browse the repository at this point in the history
…cript
  • Loading branch information
lucasmt committed Jun 25, 2024
1 parent 7ee1994 commit db213a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/kontrol/scripts/run-kontrol.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ kontrol_prove() {
notif "Kontrol Prove"
# shellcheck disable=SC2086
run kontrol prove \
--verbose \
--max-depth $max_depth \
--max-iterations $max_iterations \
--smt-timeout $smt_timeout \
--workers $workers \
--max-frontier-parallel $max_frontier_parallel \
$reinit \
$bug_report \
$break_on_calls \
Expand Down Expand Up @@ -127,6 +129,7 @@ if [ "$CUSTOM_TESTS" == 0 ] && [ "$SCRIPT_TESTS" == false ]; then
else
workers=$((${#test_list[@]}>max_workers ? max_workers : ${#test_list[@]}))
fi
max_frontier_parallel=6
reinit=--reinit
reinit=
break_on_calls=--no-break-on-calls
Expand Down

0 comments on commit db213a1

Please sign in to comment.