mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +01:00
test-runner: start haveged in foreground
haveged was forking itself which then prevented test-runner from cleaning it up.
This commit is contained in:
parent
73b89555fa
commit
2e55e00662
@ -770,7 +770,7 @@ class TestContext(Namespace):
|
||||
self.start_process(['dbus-monitor', '--address', self.dbus_address])
|
||||
|
||||
def start_haveged(self):
|
||||
self.start_process(['haveged'])
|
||||
self.start_process(['haveged', '-F'])
|
||||
|
||||
def create_radios(self):
|
||||
setup = self.hw_config['SETUP']
|
||||
|
Loading…
Reference in New Issue
Block a user