mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-02-03 18:49:28 -05:00
setting unix socket for tests
This commit is contained in:
parent
c61f0048fc
commit
af9ab3bdf7
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ from dnstest.test import Test
|
|||
|
||||
t = Test()
|
||||
|
||||
use_unix = random.choice([True, False])
|
||||
use_unix = True
|
||||
master_address = os.path.join(t.out_dir, "master.sock") if use_unix else None
|
||||
slave_address = os.path.join(t.out_dir, "slave.sock") if use_unix else None
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue