We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 478a169 commit 98b3278Copy full SHA for 98b3278
tests/integration_tests/test_kani.py
@@ -33,7 +33,7 @@ def test_kani(results_dir):
33
# --output-format terse is required by -j
34
# --enable-unstable is needed to enable `-Z` flags
35
_, stdout, _ = utils.check_output(
36
- "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",
37
timeout=2400,
38
)
39
0 commit comments