Ignore QWaitCondition error.
This commit is contained in:
parent
4451165a27
commit
8e09fd929b
@ -121,6 +121,10 @@ class QuteProc(testprocess.Process):
|
||||
return None
|
||||
elif not line.strip():
|
||||
return None
|
||||
elif (line == "QWaitCondition: Destroyed while threads are still "
|
||||
"waiting"):
|
||||
# Happens on Windows during exit sometimes
|
||||
return None
|
||||
else:
|
||||
raise testprocess.InvalidLine
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user