mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
app-text/mdbook: set COLUMNS=100 for tests
Bug: https://bugs.gentoo.org/959156 Closes: https://bugs.gentoo.org/960393 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
parent
9fd7a304b8
commit
86ebd46462
@ -37,6 +37,8 @@ src_compile() {
|
||||
}
|
||||
|
||||
src_test() {
|
||||
local -x COLUMNS=100 #960393
|
||||
|
||||
local skip=(
|
||||
# fails with usersandbox
|
||||
--skip test_ignore_canonical
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user