Skip to content

Commit 98b3278

Browse files
committed
kani: add --concrete-playback when running tests
So that we can get a backtrace when failures happen. Signed-off-by: Babis Chalios <[email protected]>
1 parent 478a169 commit 98b3278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_tests/test_kani.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def test_kani(results_dir):
3333
# --output-format terse is required by -j
3434
# --enable-unstable is needed to enable `-Z` flags
3535
_, stdout, _ = utils.check_output(
36-
"cargo kani --enable-unstable -Z stubbing -Z function-contracts --restrict-vtable -j --output-format terse",
36+
"cargo kani --enable-unstable -Z stubbing -Z function-contracts --restrict-vtable -j --output-format terse -Zconcrete-playback --concrete-playback=print",
3737
timeout=2400,
3838
)
3939

0 commit comments

Comments
 (0)