Skip to content
Snippets Groups Projects
Commit 729f57e5 authored by alice's avatar alice
Browse files

main/lua-stringy: skip luajit tests

parent c4d87d22
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,6 @@ pkgdesc="Lua string utility library" ...@@ -8,7 +8,6 @@ pkgdesc="Lua string utility library"
url="https://github.com/brentp/lua-stringy/" url="https://github.com/brentp/lua-stringy/"
arch="all" arch="all"
license="MIT" license="MIT"
checkdepends="luajit"
source="$pkgname-$pkgver.tar.gz::https://github.com/brentp/lua-stringy/archive/v$_pkgver.tar.gz source="$pkgname-$pkgver.tar.gz::https://github.com/brentp/lua-stringy/archive/v$_pkgver.tar.gz
makefile.patch" makefile.patch"
builddir="$srcdir/$pkgname-$_pkgver/stringy" builddir="$srcdir/$pkgname-$_pkgver/stringy"
...@@ -40,7 +39,7 @@ build() { ...@@ -40,7 +39,7 @@ build() {
} }
check() { check() {
local lver; for lver in $_luaversions jit; do local lver; for lver in $_luaversions; do
msg "Testing on lua$lver..." msg "Testing on lua$lver..."
cd "$builddir-${lver/jit/5.1}" cd "$builddir-${lver/jit/5.1}"
lua$lver stringy_test.lua lua$lver stringy_test.lua
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment