summaryrefslogtreecommitdiff
path: root/tests/system/shared/project.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/shared/project.py')
-rw-r--r--tests/system/shared/project.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/system/shared/project.py b/tests/system/shared/project.py
index 379548a121..66fc685413 100644
--- a/tests/system/shared/project.py
+++ b/tests/system/shared/project.py
@@ -518,6 +518,9 @@ def __closeSubprocessByHookingInto__(executable, port, function, sType, userDefT
__closeSubprocessByPushingStop__(sType)
except:
pass
+ if (platform.system() in ('Microsoft', 'Windows') and
+ 'Listening on port %d for incoming connectionsdone' % port not in str(output.plainText)):
+ checkForStillRunningQmlExecutable([executable + ".exe"])
return True
# this helper tries to reset the current application context back