diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2018-05-28 19:12:08 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-05-28 20:15:26 -0300 |
commit | 27ae57f6140cb8c136c74c38d415afdcadb58ddd (patch) | |
tree | 6047ddc183a9c40960b1bd650c58409662680d8b /spec/build_spec.lua | |
parent | 5b496c39e051f0ed77c1969580a91e733ec3f6a8 (diff) | |
download | luarocks-27ae57f6140cb8c136c74c38d415afdcadb58ddd.tar.gz luarocks-27ae57f6140cb8c136c74c38d415afdcadb58ddd.tar.bz2 luarocks-27ae57f6140cb8c136c74c38d415afdcadb58ddd.zip |
Tests: cache build of mock server dependencies to speed up tests
Diffstat (limited to 'spec/build_spec.lua')
-rw-r--r-- | spec/build_spec.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/build_spec.lua b/spec/build_spec.lua index cbe061c3..2e7333b3 100644 --- a/spec/build_spec.lua +++ b/spec/build_spec.lua | |||
@@ -5,7 +5,7 @@ local testing_paths = test_env.testing_paths | |||
5 | 5 | ||
6 | test_env.unload_luarocks() | 6 | test_env.unload_luarocks() |
7 | 7 | ||
8 | local extra_rocks = test_env.mock_server_extra_rocks({ | 8 | local extra_rocks = { |
9 | "/lmathx-20120430.51-1.src.rock", | 9 | "/lmathx-20120430.51-1.src.rock", |
10 | "/lmathx-20120430.51-1.rockspec", | 10 | "/lmathx-20120430.51-1.rockspec", |
11 | "/lmathx-20120430.52-1.src.rock", | 11 | "/lmathx-20120430.52-1.src.rock", |
@@ -26,7 +26,7 @@ local extra_rocks = test_env.mock_server_extra_rocks({ | |||
26 | "/lxsh-0.8.6-2.rockspec", | 26 | "/lxsh-0.8.6-2.rockspec", |
27 | "/stdlib-41.0.0-1.src.rock", | 27 | "/stdlib-41.0.0-1.src.rock", |
28 | "/validate-args-1.5.4-1.rockspec" | 28 | "/validate-args-1.5.4-1.rockspec" |
29 | }) | 29 | } |
30 | 30 | ||
31 | describe("LuaRocks build tests #blackbox #b_build", function() | 31 | describe("LuaRocks build tests #blackbox #b_build", function() |
32 | 32 | ||