diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2011-08-14 14:49:16 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2011-08-14 14:49:16 -0300 |
commit | 09636127a571086e6e864f0bb9b162cbdd7c8a51 (patch) | |
tree | 89fbfe9da1ae3075f2d9dc8bdc6b1dd0e592cec0 | |
parent | be344afda0cf2cadcee7cfec0e8c7512da5b9ee0 (diff) | |
download | luarocks-09636127a571086e6e864f0bb9b162cbdd7c8a51.tar.gz luarocks-09636127a571086e6e864f0bb9b162cbdd7c8a51.tar.bz2 luarocks-09636127a571086e6e864f0bb9b162cbdd7c8a51.zip |
tweak for local testing
-rwxr-xr-x | test/run_tests.sh | 3 |
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 ] | |||
16 | then | 16 | then |
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 |
21 | fi | 21 | fi |
22 | 22 | ||
23 | rocks=( | 23 | rocks=( |
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 | ||