mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-lang/fennel: remove failing ppc tests
Closes: https://bugs.gentoo.org/929927 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
# Fails to build with with "lua5-1".
|
||||
LUA_COMPAT=( lua5-{3,4} )
|
||||
LUA_COMPAT=( lua5-{3,4} luajit )
|
||||
|
||||
inherit lua-single
|
||||
|
||||
@@ -39,6 +39,10 @@ src_prepare() {
|
||||
|
||||
# Turn off failing tests. bug https://bugs.gentoo.org/906351
|
||||
sed -e 's|"failures",||' -e 's|"repl",||' -i test/init.lua || die
|
||||
|
||||
# Remove bad tests, bug #923281
|
||||
rm test/macro.fnl || die
|
||||
sed -i test/init.lua -e 's|"test.macro",||' || die
|
||||
}
|
||||
|
||||
src_test() {
|
||||
@@ -4,7 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
# Fails to build with with "lua5-1".
|
||||
LUA_COMPAT=( lua5-{3,4} )
|
||||
LUA_COMPAT=( lua5-{3,4} luajit )
|
||||
|
||||
inherit lua-single
|
||||
|
||||
@@ -39,6 +39,10 @@ src_prepare() {
|
||||
|
||||
# Turn off failing tests. bug https://bugs.gentoo.org/906351
|
||||
sed -e 's|"failures",||' -e 's|"repl",||' -i test/init.lua || die
|
||||
|
||||
# Remove bad tests, bug #923281
|
||||
rm test/macro.fnl || die
|
||||
sed -i test/init.lua -e 's|"test.macro",||' || die
|
||||
}
|
||||
|
||||
src_test() {
|
||||
Reference in New Issue
Block a user