Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions scripts/run-kani.sh
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ run_verification_subset() {
-j \
--output-format=terse \
"${command_args[@]}" \
--enable-unstable \
-Z unstable-options \
--cbmc-args --object-bits 12
}

Expand Down Expand Up @@ -300,7 +300,7 @@ main() {
$unstable_args \
--no-assert-contracts \
"${command_args[@]}" \
--enable-unstable \
-Z unstable-options \
--cbmc-args --object-bits 12
fi
elif [[ "$run_command" == "autoharness" ]]; then
Expand All @@ -311,7 +311,7 @@ main() {
$unstable_args \
--no-assert-contracts \
"${command_args[@]}" \
--enable-unstable \
-Z unstable-options \
--cbmc-args --object-bits 12
elif [[ "$run_command" == "list" ]]; then
echo "Running Kani list command..."
Expand Down Expand Up @@ -347,7 +347,7 @@ main() {
$unstable_args \
--no-assert-contracts \
"${command_args[@]}" \
--enable-unstable \
-Z unstable-options \
--cbmc-args --object-bits 12
# remove metadata file for Kani-generated "dummy" crate that we won't
# get scanner data for
Expand Down
Loading