Package: rust-built / 0.8.0-1

Metadata

Package Version Patches format
rust-built 0.8.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
skip tests requiring source tree.patch | (download)

tests/testbox_tests.rs | 10 10 + 0 - 0 !
1 file changed, 10 insertions(+)

 skip integration tests that require source tree write access during autopkgtests
 Some integration tests use the get_built_root() function which walks
 up the directory tree from the test executable looking for
 Cargo.toml. During autopkgtests, the executable runs from a temporary
 directory but uses files from the cargo, so the tests
 never find the project's Cargo.toml file and fail with a panic. These
 tests also require write permissions to the lib directory under the
 cargo registry.