diff options
author | Hisham <hisham@gobolinux.org> | 2016-02-29 18:49:45 -0300 |
---|---|---|
committer | Hisham <hisham@gobolinux.org> | 2016-02-29 18:49:45 -0300 |
commit | d660123534a01c887e8c9ba1b1c5c7a55c604741 (patch) | |
tree | c5c78b46bcec8d17d93e19a41b957c79ddd23fd3 /test | |
parent | 84b1b88895f091c3a6c90dc921038c9294e43e36 (diff) | |
parent | 6ceda9d3bccd2fd4a1ad90846a6a982a671c26b1 (diff) | |
download | luarocks-d660123534a01c887e8c9ba1b1c5c7a55c604741.tar.gz luarocks-d660123534a01c887e8c9ba1b1c5c7a55c604741.tar.bz2 luarocks-d660123534a01c887e8c9ba1b1c5c7a55c604741.zip |
Merge branch 'master' of https://github.com/keplerproject/luarocks
Diffstat (limited to 'test')
-rwxr-xr-x | test/testing.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testing.sh b/test/testing.sh index 44e78205..74b39b8f 100755 --- a/test/testing.sh +++ b/test/testing.sh | |||
@@ -427,6 +427,7 @@ fail_make_which_rockspec() { rm -rf ./luasocket-${verrev_luasocket} && $luarocks | |||
427 | 427 | ||
428 | test_new_version() { $luarocks download --rockspec luacov ${version_luacov} && $luarocks new_version ./luacov-${version_luacov}-1.rockspec 0.2 && rm ./luacov-0.*; } | 428 | test_new_version() { $luarocks download --rockspec luacov ${version_luacov} && $luarocks new_version ./luacov-${version_luacov}-1.rockspec 0.2 && rm ./luacov-0.*; } |
429 | test_new_version_url() { $luarocks download --rockspec abelhas 1.0 && $luarocks new_version ./abelhas-1.0-1.rockspec 1.1 https://github.com/downloads/ittner/abelhas/abelhas-1.1.tar.gz && rm ./abelhas-*; } | 429 | test_new_version_url() { $luarocks download --rockspec abelhas 1.0 && $luarocks new_version ./abelhas-1.0-1.rockspec 1.1 https://github.com/downloads/ittner/abelhas/abelhas-1.1.tar.gz && rm ./abelhas-*; } |
430 | test_new_version_tag() { $luarocks download --rockspec luacov ${version_luacov} && $luarocks new_version ./luacov-${version_luacov}-1.rockspec --tag v0.3 && rm ./luacov-0.3-1.rockspec; } | ||
430 | 431 | ||
431 | test_pack() { $luarocks list && $luarocks pack luacov && rm ./luacov-*.rock; } | 432 | test_pack() { $luarocks list && $luarocks pack luacov && rm ./luacov-*.rock; } |
432 | test_pack_src() { $luarocks install $luasec && $luarocks download --rockspec luasocket && $luarocks pack ./luasocket-${verrev_luasocket}.rockspec && rm ./luasocket-${version_luasocket}-*.rock; } | 433 | test_pack_src() { $luarocks install $luasec && $luarocks download --rockspec luasocket && $luarocks pack ./luasocket-${verrev_luasocket}.rockspec && rm ./luasocket-${version_luasocket}-*.rock; } |