mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 776541 - keep socket open after devicemanagerSUT push command; r=wlach
This commit is contained in:
parent
d9801ef36c
commit
30a40f18d5
@ -102,13 +102,11 @@ class DeviceManagerSUT(DeviceManager):
|
||||
|
||||
def _shouldCmdCloseSocket(self, cmd):
|
||||
""" Some commands need to close the socket after they are sent:
|
||||
* push
|
||||
* rebt
|
||||
* uninst
|
||||
* quit
|
||||
"""
|
||||
socketClosingCmds = [re.compile('^push .*$'),
|
||||
re.compile('^quit.*'),
|
||||
socketClosingCmds = [re.compile('^quit.*'),
|
||||
re.compile('^rebt.*'),
|
||||
re.compile('^uninst .*$')]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user