aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2011-08-14 14:49:16 -0300
committerHisham Muhammad <hisham@gobolinux.org>2011-08-14 14:49:16 -0300
commit09636127a571086e6e864f0bb9b162cbdd7c8a51 (patch)
tree89fbfe9da1ae3075f2d9dc8bdc6b1dd0e592cec0
parentbe344afda0cf2cadcee7cfec0e8c7512da5b9ee0 (diff)
downloadluarocks-09636127a571086e6e864f0bb9b162cbdd7c8a51.tar.gz
luarocks-09636127a571086e6e864f0bb9b162cbdd7c8a51.tar.bz2
luarocks-09636127a571086e6e864f0bb9b162cbdd7c8a51.zip
tweak for local testing
-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