| Summary: | sys-apps/bat-0.23.0-r1 fails test - test long_help FAILED | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
| Component: | Current packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | Keywords: | PullRequest, TESTFAILURE |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| See Also: | https://github.com/gentoo/gentoo/pull/35325 | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
emerge-info.txt
emerge-history.txt environment etc.clang.tar.xz etc.portage.tar.xz logs.tar.xz sys-apps:bat-0.23.0-r1:20230929-064722.log.xz temp.tar.xz tests.tar.xz |
||
|
Description
Toralf Förster
2023-09-29 15:03:17 UTC
Created attachment 871729 [details]
emerge-info.txt
Created attachment 871730 [details]
emerge-history.txt
Created attachment 871731 [details]
environment
Created attachment 871732 [details]
etc.clang.tar.xz
Created attachment 871733 [details]
etc.portage.tar.xz
Created attachment 871734 [details]
logs.tar.xz
Created attachment 871735 [details]
sys-apps:bat-0.23.0-r1:20230929-064722.log.xz
Created attachment 871736 [details]
temp.tar.xz
Created attachment 871737 [details]
tests.tar.xz
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a253c8cd69808373fa7ec69b70903fecd73f7e12 commit a253c8cd69808373fa7ec69b70903fecd73f7e12 Author: Violet Purcell <vimproved@inventati.org> AuthorDate: 2024-02-14 17:41:37 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-02-15 13:52:59 +0000 sys-apps/bat: export COLUMNS in src_test for deterministic help output When the clap crate is built with the wrap_help feature, it will automatically detect the current terminal size and wrap help text based on that. This breaks bat's tests if your terminal is below a certain size. Set the COLUMNS environment variable in src_test to override this. Closes: https://bugs.gentoo.org/913364 Closes: https://bugs.gentoo.org/914914 Signed-off-by: Violet Purcell <vimproved@inventati.org> Signed-off-by: Sam James <sam@gentoo.org> sys-apps/bat/bat-0.23.0-r1.ebuild | 7 +++++++ sys-apps/bat/bat-0.24.0.ebuild | 7 +++++++ 2 files changed, 14 insertions(+) |