diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-09-20 14:12:23 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-09-20 14:12:23 +0800 |
commit | 99357fa1782f409201efe502713efce011015da8 (patch) | |
tree | a68b359c65f8244facc2235ca0f72b9464e77be6 /make/unittest.lua | |
parent | f0fa85971692ec7ff98f31230c11d1e9f1f7c362 (diff) | |
download | lua-language-server-99357fa1782f409201efe502713efce011015da8.zip |
修改文件名
Diffstat (limited to 'make/unittest.lua')
-rw-r--r-- | make/unittest.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/unittest.lua b/make/unittest.lua index e8ae190b..eb9eda66 100644 --- a/make/unittest.lua +++ b/make/unittest.lua @@ -6,7 +6,7 @@ local exe = platform == 'msvc' and ".exe" or "" local CWD = fs.current_path() local process = assert(sp.spawn { - CWD / 'server' / pf.OS / 'bin' / ('lua-language-server' .. exe), + CWD / 'server' / pf.OS / 'bin' / ('lua' .. exe), CWD / 'server' / 'test.lua', '-E', stdout = true, |