Debian Patches
Status for lavacli/2.2.0-3
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-Fix-test_base_dir-to-handle-paths-containing-dots-co.patch | Fix test_base_dir to handle paths containing dots correctly The TestConfigFile.test_base_dir test was incorrectly using string splitting on the dot character (filepath.split(".")[0]) to remove file extensions, which fails when temporary test directory paths contain dots themselves. This patch uses pathlib's with_suffix('') method instead, which correctly handles file paths by specifically removing just the extension, ensuring the test works reliably in all environments. |
Lei Yang <lei.yang@windriver.com> | no | debian | 2025-04-07 |