diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2018-01-02 16:08:16 -0200 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-01-02 16:08:16 -0200 |
commit | 0f32a2b1f2ba42289e214efea95d46a1939abe76 (patch) | |
tree | 2e583aeadc102f50e38e9d9f60c9458bbb79ec8e | |
parent | b162729c9b6dcbb798409d1ebfa7da930c49ee04 (diff) | |
download | luarocks-0f32a2b1f2ba42289e214efea95d46a1939abe76.tar.gz luarocks-0f32a2b1f2ba42289e214efea95d46a1939abe76.tar.bz2 luarocks-0f32a2b1f2ba42289e214efea95d46a1939abe76.zip |
Tests: mark tests with #mock to fix Appveyor failures
-rw-r--r-- | spec/build_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/build_spec.lua b/spec/build_spec.lua index c6d5f717..a665ad3b 100644 --- a/spec/build_spec.lua +++ b/spec/build_spec.lua | |||
@@ -194,7 +194,7 @@ describe("LuaRocks build tests #blackbox #b_build", function() | |||
194 | end) | 194 | end) |
195 | end) | 195 | end) |
196 | 196 | ||
197 | describe("external dependencies", function() | 197 | describe("#mock external dependencies", function() |
198 | setup(function() | 198 | setup(function() |
199 | test_env.mock_server_init() | 199 | test_env.mock_server_init() |
200 | end) | 200 | end) |