diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-06-15 19:51:54 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-06-15 19:51:54 +0800 |
commit | a455c8309a85c573066e233ef9cf8d9cae8836e6 (patch) | |
tree | 4c8dc49cc9da5abd9cb1463dac06e97176d13ff0 /server | |
parent | 4eadbf384b56c6106f98cefa173faab6e5b0a6fb (diff) | |
download | lua-language-server-a455c8309a85c573066e233ef9cf8d9cae8836e6.zip |
编译后跑一遍单元测试
Diffstat (limited to 'server')
-rw-r--r-- | server/test.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/test.lua b/server/test.lua index 7068b072..a944c8f0 100644 --- a/server/test.lua +++ b/server/test.lua @@ -21,6 +21,7 @@ local function runTest(root) exe, test, '-E', + cwd = root, stdout = true, stderr = true, } |