summaryrefslogtreecommitdiff
path: root/make/unittest.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-08-28 09:44:53 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-08-28 09:44:53 +0800
commitc8b80a018b872dd7d83614b9f5f850cc026f30e0 (patch)
treee86ce096799f87c745bdea83b725fb114b3f7b2d /make/unittest.lua
parenta3a5dd6f8287405a62b3c9436fe51cf4f488fbcc (diff)
downloadlua-language-server-c8b80a018b872dd7d83614b9f5f850cc026f30e0.zip
Revert "测试"
This reverts commit a3a5dd6f8287405a62b3c9436fe51cf4f488fbcc.
Diffstat (limited to 'make/unittest.lua')
-rw-r--r--make/unittest.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/unittest.lua b/make/unittest.lua
index a619cf9d..a3daa254 100644
--- a/make/unittest.lua
+++ b/make/unittest.lua
@@ -12,7 +12,7 @@ local process = assert(sp.spawn {
stdout = true,
stderr = true,
})
-error('故意失败')
+
for line in process.stdout:lines 'l' do
print(line)
end