Skip to content

Commit d3a9b38

Browse files
committed
send SIGKILL to notion process
1 parent 497df4b commit d3a9b38

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/integration/runtests.lua

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,9 @@ for i,testset in ipairs(testsets) do
115115
end
116116
end
117117

118-
print 'Killing notion process...'
119-
posix.kill(notionpid)
118+
print('Killing notion process...')
119+
posix.kill(notionpid, posix.SIGKILL)
120+
print(posix.wait(notionpid))
120121
sleep(3)
121122

122123
end

0 commit comments

Comments
 (0)