[fix] robot test - kill the only subprocess

This commit is contained in:
Adam Tauber 2015-05-02 20:59:50 +02:00
parent 93fd1e4c76
commit f1fc315318
1 changed files with 1 additions and 3 deletions

View File

@ -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']