forked from qt-creator/qt-creator
Squish: Fix hook-into issue on Windows
Change-Id: I45ec21c6a7a0c5e34e72226fbb442f0ab681fa4d Reviewed-by: Robert Loehning <robert.loehning@digia.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user