mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Tests: Force protocol to IPv4 on localhost
This commit is contained in:
parent
023a17e6be
commit
ec9b8c5aa9
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ class Taskd(object):
|
|||
run_cmd_wait(cmd, env=self.env)
|
||||
|
||||
self.config("server", "{0}:{1}".format(self.address, self.port))
|
||||
self.config("family", "IPv4")
|
||||
self.config("log", self.tasklog)
|
||||
self.config("pid.file", self.taskpid)
|
||||
self.config("root", self.datadir)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue