diff options
| -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 | ||
