summaryrefslogtreecommitdiff
path: root/make/unittest.lua
diff options
context:
space:
mode:
Diffstat (limited to 'make/unittest.lua')
-rw-r--r--make/unittest.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/unittest.lua b/make/unittest.lua
index eb9eda66..25839c96 100644
--- a/make/unittest.lua
+++ b/make/unittest.lua
@@ -6,8 +6,8 @@ local exe = platform == 'msvc' and ".exe" or ""
local CWD = fs.current_path()
local process = assert(sp.spawn {
- CWD / 'server' / pf.OS / 'bin' / ('lua' .. exe),
- CWD / 'server' / 'test.lua',
+ CWD / 'bin' / pf.OS / ('lua-language-server' .. exe),
+ CWD / 'test.lua',
'-E',
stdout = true,
stderr = true,