Skip to content

Commit

Permalink
Separate flags
Browse files Browse the repository at this point in the history
  • Loading branch information
tautschnig committed Jun 19, 2024
1 parent 9a68859 commit 7dd43d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/kani-perf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ suite="perf"
mode="cargo-kani-test"
echo "Check compiletest suite=$suite mode=$mode"
cargo run -p compiletest -- --suite $suite --mode $mode --no-fail-fast \
--kani-flag="--enable-unstable --cbmc-args --verbosity 9"
--kani-flag="--enable-unstable" --kani-flag="--cbmc-args" --kani-flag="--verbosity" --kani-flag="9"
exit_code=$?

echo "Cleaning up..."
Expand Down

0 comments on commit 7dd43d8

Please sign in to comment.