From 09636127a571086e6e864f0bb9b162cbdd7c8a51 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Sun, 14 Aug 2011 14:49:16 -0300 Subject: tweak for local testing --- test/run_tests.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test') 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 ] then echo "Downloading entire rocks repository for tests" cd .. - wget -r -nH -np -R"index.*" http://luarocks.org/repositories/rocks/ + cp -a ~/.cache/luarocks/rocks . cd src fi rocks=( - `ls ../rocks/*.rockspec | grep -v luacom` `ls ../rocks/*.src.rock | grep -v luacom` ) -- cgit v1.2.3-55-g6feb