mirror of https://github.com/searxng/searxng.git
[fix] robot test - kill the only subprocess
This commit is contained in:
parent
93fd1e4c76
commit
f1fc315318
|
@ -56,9 +56,7 @@ class SearxRobotLayer(Layer):
|
|||
)
|
||||
|
||||
def tearDown(self):
|
||||
# send TERM signal to all processes in my group, to stop subprocesses
|
||||
os.killpg(os.getpgid(self.server.pid), 15)
|
||||
|
||||
os.kill(self.server.pid, 15)
|
||||
# remove previously set environment variable
|
||||
del os.environ['SEARX_SETTINGS_PATH']
|
||||
|
||||
|
|
Loading…
Reference in New Issue