mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 09:53:08 +02:00
Tests: Force stopping taskd on 5mins timeout
This commit is contained in:
parent
fd17a68930
commit
afec6d451f
1 changed files with 3 additions and 0 deletions
|
@ -245,6 +245,9 @@ class Taskd(object):
|
|||
raise OSError("Unknown running status for taskd '{0}'".format(
|
||||
status))
|
||||
|
||||
# Force stop so we can collect output
|
||||
self.stop()
|
||||
|
||||
# Collect output logs
|
||||
out, err = self.proc.communicate()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue