summaryrefslogtreecommitdiff
path: root/server/publish.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-08-28 10:03:45 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-08-28 10:03:45 +0800
commite24ff4f409ea74e84d9e678322e930445c38c657 (patch)
treea4e1d8272c148309d7165c01e135eba492330150 /server/publish.lua
parentf10d10ec9e5587a95253bbda0603a1c8443d1a44 (diff)
downloadlua-language-server-e24ff4f409ea74e84d9e678322e930445c38c657.zip
修正发布时测试的搜索路径错误
Diffstat (limited to 'server/publish.lua')
-rw-r--r--server/publish.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/publish.lua b/server/publish.lua
index 208aa309..b0040641 100644
--- a/server/publish.lua
+++ b/server/publish.lua
@@ -85,6 +85,7 @@ local function runTest(root)
exe,
test,
'-E',
+ cwd = root,
stdout = true,
stderr = true,
}