Fix exit code asserted by kill method of python runner
This commit is contained in:
parent
7eebf9a7d7
commit
9fcbd45896
@ -112,4 +112,4 @@ class MemgraphInstanceRunner:
|
|||||||
return
|
return
|
||||||
self.proc_mg.kill()
|
self.proc_mg.kill()
|
||||||
code = self.proc_mg.wait()
|
code = self.proc_mg.wait()
|
||||||
assert code == 9, "The killed Memgraph process exited with non-nine!"
|
assert code == -9, "The killed Memgraph process exited with non-nine!"
|
||||||
|
Loading…
Reference in New Issue
Block a user