mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Unittest - Add prefixes to task and taskd temporary folders
This commit is contained in:
parent
86dd05c51d
commit
72e8a73ae0
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ class Taskd(object):
|
|||
|
||||
# Will hold the taskd subprocess if it's running
|
||||
self.proc = None
|
||||
self.datadir = tempfile.mkdtemp()
|
||||
self.datadir = tempfile.mkdtemp(prefix="taskd_")
|
||||
self.tasklog = os.path.join(self.datadir, "taskd.log")
|
||||
self.taskpid = os.path.join(self.datadir, "taskd.pid")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue