Skip to content

Commit

Permalink
fixup! Set higher verbosity for tests as needed
Browse files Browse the repository at this point in the history
  • Loading branch information
tautschnig committed Jun 20, 2024
1 parent 445f363 commit bb373f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cargo-kani/simple-kissat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ description = "Tests that Kani can be invoked with Kissat"

[kani.flags]
enable-unstable = true
cbmc-args = ["--external-sat-solver", "kissat" ]
cbmc-args = ["--external-sat-solver", "kissat", "--verbosity", "9" ]

0 comments on commit bb373f2

Please sign in to comment.