aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/run_tests.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/run_tests.sh b/test/run_tests.sh
index f8f1adad..672b877e 100755
--- a/test/run_tests.sh
+++ b/test/run_tests.sh
@@ -16,12 +16,11 @@ if [ ! -d ../rocks ]
16then 16then
17 echo "Downloading entire rocks repository for tests" 17 echo "Downloading entire rocks repository for tests"
18 cd .. 18 cd ..
19 wget -r -nH -np -R"index.*" http://luarocks.org/repositories/rocks/ 19 cp -a ~/.cache/luarocks/rocks .
20 cd src 20 cd src
21fi 21fi
22 22
23rocks=( 23rocks=(
24 `ls ../rocks/*.rockspec | grep -v luacom`
25 `ls ../rocks/*.src.rock | grep -v luacom` 24 `ls ../rocks/*.src.rock | grep -v luacom`
26) 25)
27 26