mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
test: screen_setup(): Detect spawn failures, usage errors.
This commit is contained in:
@@ -207,7 +207,9 @@ local function check_cores(app)
|
||||
out:write(('\nTests covered by this check: %u\n'):format(tests_skipped + 1))
|
||||
end
|
||||
tests_skipped = 0
|
||||
assert(0 == found_cores)
|
||||
if found_cores > 0 then
|
||||
error("crash detected (see above)")
|
||||
end
|
||||
end
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user