mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 09:41:54 +00:00
Flock: fixed hypervisor log name
This commit is contained in:
parent
5eea993f60
commit
ab96defd20
@ -197,7 +197,7 @@ class Test:
|
||||
else:
|
||||
self._starting = True
|
||||
await self.hypervisor.prepare()
|
||||
os.symlink(pathlib.Path("bgp-secondary.log").absolute(), self.hypervisor.basedir / "flock.log")
|
||||
os.symlink(pathlib.Path(f"{self.name}.log").absolute(), self.hypervisor.basedir / "flock.log")
|
||||
await self.hypervisor.start()
|
||||
|
||||
self._started.set_result(True)
|
||||
|
Loading…
Reference in New Issue
Block a user