diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2015-01-12 20:52:17 -0200 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2015-01-12 20:52:17 -0200 |
| commit | de654b3dd92519bf87353339de826698f1135f56 (patch) | |
| tree | 90b110ecf941956bde5e6bd5bcae270ef8c9ed0c /test | |
| parent | fc6d30d2d80ab53aaf9e7d0afd7b4cc0188186a5 (diff) | |
| download | luarocks-de654b3dd92519bf87353339de826698f1135f56.tar.gz luarocks-de654b3dd92519bf87353339de826698f1135f56.tar.bz2 luarocks-de654b3dd92519bf87353339de826698f1135f56.zip | |
Updates for Lua 5.3 support
Diffstat (limited to 'test')
| -rwxr-xr-x | test/testing.sh | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/test/testing.sh b/test/testing.sh index ef790cc5..973c16e3 100755 --- a/test/testing.sh +++ b/test/testing.sh | |||
| @@ -228,7 +228,7 @@ mkdir -p "$testing_server" | |||
| 228 | get "$luarocks_repo/luasocket-${verrev_luasocket}.src.rock" | 228 | get "$luarocks_repo/luasocket-${verrev_luasocket}.src.rock" |
| 229 | get "$luarocks_repo/luasocket-${verrev_luasocket}.rockspec" | 229 | get "$luarocks_repo/luasocket-${verrev_luasocket}.rockspec" |
| 230 | get "$luarocks_repo/luafilesystem-1.6.2-1.src.rock" | 230 | get "$luarocks_repo/luafilesystem-1.6.2-1.src.rock" |
| 231 | get "$luarocks_repo/stdlib-41.0.0-1.src.rock" | 231 | get "$luarocks_repo/stdlib-35-1.src.rock" |
| 232 | get "$luarocks_repo/luarepl-0.4-1.src.rock" | 232 | get "$luarocks_repo/luarepl-0.4-1.src.rock" |
| 233 | get "$luarocks_repo/validate-args-1.5.4-1.rockspec" | 233 | get "$luarocks_repo/validate-args-1.5.4-1.rockspec" |
| 234 | get "$luarocks_repo/luasec-0.5-2.rockspec" | 234 | get "$luarocks_repo/luasec-0.5-2.rockspec" |
| @@ -243,10 +243,12 @@ mkdir -p "$testing_server" | |||
| 243 | get "$luarocks_repo/lpeg-0.12-1.src.rock" | 243 | get "$luarocks_repo/lpeg-0.12-1.src.rock" |
| 244 | get "$luarocks_repo/luaposix-31-1.src.rock" | 244 | get "$luarocks_repo/luaposix-31-1.src.rock" |
| 245 | get "$luarocks_repo/md5-1.2-1.src.rock" | 245 | get "$luarocks_repo/md5-1.2-1.src.rock" |
| 246 | get "$luarocks_repo/lrandom-20120430.51-1.src.rock" | 246 | get "$luarocks_repo/lmathx-20120430.51-1.src.rock" |
| 247 | get "$luarocks_repo/lrandom-20120430.52-1.src.rock" | 247 | get "$luarocks_repo/lmathx-20120430.52-1.src.rock" |
| 248 | get "$luarocks_repo/lrandom-20120430.51-1.rockspec" | 248 | get "$luarocks_repo/lmathx-20120430.51-1.rockspec" |
| 249 | get "$luarocks_repo/lrandom-20120430.52-1.rockspec" | 249 | get "$luarocks_repo/lmathx-20120430.52-1.rockspec" |
| 250 | get "$luarocks_repo/lmathx-20140620-1.rockspec" | ||
| 251 | get "$luarocks_repo/lmathx-20140620-1.rockspec" | ||
| 250 | ) | 252 | ) |
| 251 | $luarocks_admin_nocov make_manifest "$testing_server" | 253 | $luarocks_admin_nocov make_manifest "$testing_server" |
| 252 | 254 | ||
| @@ -356,7 +358,7 @@ test_build_https() { need_luasocket; $luarocks download --rockspec validate-args | |||
| 356 | test_build_supported_platforms() { $luarocks build lpty; } | 358 | test_build_supported_platforms() { $luarocks build lpty; } |
| 357 | fail_build_missing_external() { $luarocks build "$testing_dir/testfiles/missing_external-0.1-1.rockspec" INEXISTENT_INCDIR="/invalid/dir"; } | 359 | fail_build_missing_external() { $luarocks build "$testing_dir/testfiles/missing_external-0.1-1.rockspec" INEXISTENT_INCDIR="/invalid/dir"; } |
| 358 | 360 | ||
| 359 | test_build_deps_partial_match() { $luarocks build lrandom; } | 361 | test_build_deps_partial_match() { $luarocks build lmathx; } |
| 360 | test_build_show_downloads() { export LUAROCKS_CONFIG="$testing_dir/testing_config_show_downloads.lua" && $luarocks build alien; export LUAROCKS_CONFIG="$testing_dir/testing_config.lua"; } | 362 | test_build_show_downloads() { export LUAROCKS_CONFIG="$testing_dir/testing_config_show_downloads.lua" && $luarocks build alien; export LUAROCKS_CONFIG="$testing_dir/testing_config.lua"; } |
| 361 | 363 | ||
| 362 | test_download_all() { $luarocks download --all validate-args && rm validate-args-*; } | 364 | test_download_all() { $luarocks download --all validate-args && rm validate-args-*; } |
