community/lua-copas: disable tests on armv7

This commit is contained in:
Carlo Landmeter 2018-11-16 14:47:39 +00:00
parent a2cd61952a
commit d40d3114ab

View File

@ -34,6 +34,9 @@ done
check() {
cd "$builddir"
# tests keep running indefinitely
case "$CARCH" in armv7) return 0;; esac
local lver; for lver in $_luaversions $_luajit; do
msg "Testing on lua$lver"
make test LUA=lua$lver