Skip to content

Commit

Permalink
kani: add --concrete-playback when running tests
Browse files Browse the repository at this point in the history
So that we can get a backtrace when failures happen.

Signed-off-by: Babis Chalios <bchalios@amazon.es>
  • Loading branch information
bchalios committed Sep 30, 2024
1 parent 478a169 commit 98b3278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/test_kani.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_kani(results_dir):
# --output-format terse is required by -j
# --enable-unstable is needed to enable `-Z` flags
_, stdout, _ = utils.check_output(
"cargo kani --enable-unstable -Z stubbing -Z function-contracts --restrict-vtable -j --output-format terse",
"cargo kani --enable-unstable -Z stubbing -Z function-contracts --restrict-vtable -j --output-format terse -Zconcrete-playback --concrete-playback=print",
timeout=2400,
)

Expand Down

0 comments on commit 98b3278

Please sign in to comment.