Skip to content

Commit

Permalink
Add missing line separator (#232)
Browse files Browse the repository at this point in the history
Fix a typo introduced in #229 that prevents `kani-args` from getting
passed to the `kani` command.

This was discovered by @tengjiang (see
#231).

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 and MIT licenses.
  • Loading branch information
zhassan-aws authored Dec 22, 2024
1 parent 5da586f commit 1a38674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-kani.sh
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ main() {
# Run verification for all harnesses (not in parallel)
echo "Running Kani verify-std command..."
"$kani_path" verify-std -Z unstable-options ./library \
$unstable_args
$unstable_args \
$command_args \
--enable-unstable \
--cbmc-args --object-bits 12
Expand Down

0 comments on commit 1a38674

Please sign in to comment.