diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2015-08-30 14:44:41 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2015-08-30 14:44:41 -0300 |
commit | 910fbe111c5f6e7e104604346ce67dbe22d15b27 (patch) | |
tree | 2659cc685961a617e138a59112c716fe86117f8b /test | |
parent | 0c3fab2e62eb137065897a5d270580a81e81ed4e (diff) | |
download | luarocks-910fbe111c5f6e7e104604346ce67dbe22d15b27.tar.gz luarocks-910fbe111c5f6e7e104604346ce67dbe22d15b27.tar.bz2 luarocks-910fbe111c5f6e7e104604346ce67dbe22d15b27.zip |
Update LuaCov and LuaSec
Diffstat (limited to 'test')
-rwxr-xr-x | test/testing.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/testing.sh b/test/testing.sh index 133597ee..49aaa244 100755 --- a/test/testing.sh +++ b/test/testing.sh | |||
@@ -161,7 +161,7 @@ then | |||
161 | chmod og-wx ~/.ssh/authorized_keys | 161 | chmod og-wx ~/.ssh/authorized_keys |
162 | ssh-keyscan localhost >> ~/.ssh/known_hosts | 162 | ssh-keyscan localhost >> ~/.ssh/known_hosts |
163 | else | 163 | else |
164 | luadir="/Programs/Lua/Current" | 164 | luadir="/Programs/Lua/$luaversion" |
165 | if [ ! -e "$luadir" ] | 165 | if [ ! -e "$luadir" ] |
166 | then | 166 | then |
167 | luadir="/usr/local" | 167 | luadir="/usr/local" |
@@ -184,7 +184,7 @@ srcdir_luasocket=luasocket-3.0-rc1 | |||
184 | version_cprint=0.1 | 184 | version_cprint=0.1 |
185 | verrev_cprint=0.1-2 | 185 | verrev_cprint=0.1-2 |
186 | 186 | ||
187 | version_luacov=0.7 | 187 | version_luacov=0.8 |
188 | verrev_luacov=${version_luacov}-1 | 188 | verrev_luacov=${version_luacov}-1 |
189 | version_lxsh=0.8.6 | 189 | version_lxsh=0.8.6 |
190 | version_validate_args=1.5.4 | 190 | version_validate_args=1.5.4 |
@@ -242,7 +242,7 @@ mkdir -p "$testing_server" | |||
242 | get "$luarocks_repo/stdlib-41.0.0-1.src.rock" | 242 | get "$luarocks_repo/stdlib-41.0.0-1.src.rock" |
243 | get "$luarocks_repo/luarepl-0.4-1.src.rock" | 243 | get "$luarocks_repo/luarepl-0.4-1.src.rock" |
244 | get "$luarocks_repo/validate-args-1.5.4-1.rockspec" | 244 | get "$luarocks_repo/validate-args-1.5.4-1.rockspec" |
245 | get "$luarocks_repo/luasec-0.5-2.rockspec" | 245 | get "https://raw.githubusercontent.com/brunoos/luasec/master/luasec-0.6alpha-1.rockspec" |
246 | get "$luarocks_repo/luabitop-1.0.2-1.rockspec" | 246 | get "$luarocks_repo/luabitop-1.0.2-1.rockspec" |
247 | get "$luarocks_repo/lpty-1.0.1-1.src.rock" | 247 | get "$luarocks_repo/lpty-1.0.1-1.src.rock" |
248 | get "$luarocks_repo/cprint-${verrev_cprint}.src.rock" | 248 | get "$luarocks_repo/cprint-${verrev_cprint}.src.rock" |