Skip to content

Commit f22f885

Browse files
authored
Fix path-dependent failures in assess-artifacts test (model-checking#2849)
Shorten the tables frames in the `expected` file for the `cargo-kani/assess-artifacts` test. Otherwise, the test will fail when running the regression suite in a shorter-than-usual directory path (e.g., `/tmp/kani`). Came across this problem this morning when preparing for the release.
1 parent 9b380e9 commit f22f885

File tree

1 file changed

+3
-3
lines changed
  • tests/cargo-kani/assess-artifacts

1 file changed

+3
-3
lines changed

tests/cargo-kani/assess-artifacts/expected

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Analyzed 1 packages
1111
none (success) | 2
1212
unsupported_construct | 2
1313
=========================================
14-
======================================================================================================
14+
==========================================
1515
Candidate for proof harness | Location
16-
-------------------------------+----------------------------------------------------------------------
16+
-------------------------------+----------
1717
a_supported_test_from_tests |
1818
a_supported_test_from_the_lib |
19-
======================================================================================================
19+
==========================================

0 commit comments

Comments
 (0)