Skip to content

Commit

Permalink
Update luacov, use cluacov
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeterv committed Jun 29, 2016
1 parent fa60a09 commit 2db7e1d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/testing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ verrev_cprint=0.1-2
new_version_say=1.2-1
old_version_say=1.0-1

version_luacov=0.11.0
version_luacov=0.12.0
verrev_luacov=${version_luacov}-1
version_lxsh=0.8.6
version_validate_args=1.5.4
Expand Down Expand Up @@ -232,6 +232,7 @@ mkdir -p "$testing_server"
get() { [ -e `basename "$1"` ] || wget -c "$1"; }
get "$luarocks_repo/luacov-${verrev_luacov}.src.rock"
get "$luarocks_repo/luacov-${verrev_luacov}.rockspec"
get "$luarocks_repo/cluacov-0.1.0-1.src.rock"
get "$luarocks_repo/luadoc-3.0.1-1.src.rock"
get "$luarocks_repo/lualogging-1.3.0-1.src.rock"
get "$luarocks_repo/luasocket-${verrev_luasocket}.src.rock"
Expand Down Expand Up @@ -610,7 +611,7 @@ run_with_minimal_environment() {
echo "==========================================="
echo "Running with minimal environment"
echo "==========================================="
build_environment luacov
build_environment luacov cluacov
run_tests $1
}

Expand All @@ -622,7 +623,7 @@ run_with_full_environment() {
local bitop=
[ "$luaversion" = "5.1.5" ] && bitop=luabitop

build_environment luacov luafilesystem luasocket $bitop luaposix md5 lzlib
build_environment luacov cluacov luafilesystem luasocket $bitop luaposix md5 lzlib
run_tests $1
}

Expand Down

0 comments on commit 2db7e1d

Please sign in to comment.