mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 772531 - detect when a tegra reboots via log file parsing, mark test as red and allow tbpl to get accurate information. r=wlach
This commit is contained in:
parent
c01bd473a9
commit
efe29ae818
@ -222,7 +222,7 @@ class DeviceManagerSUT(DeviceManager):
|
||||
self._sock = None
|
||||
# This error shows up with we have our tegra rebooted.
|
||||
if err[0] == errno.ECONNRESET:
|
||||
raise AgentError("Automation error: Error receiving data from socket (possible reboot). cmd=%s; err=%s" % (cmd, err), True)
|
||||
raise AgentError("Automation error: Error receiving data from socket (possible reboot). cmd=%s; err=%s" % (cmd, err))
|
||||
raise AgentError("Error receiving data from socket. cmd=%s; err=%s" % (cmd, err))
|
||||
|
||||
data += temp
|
||||
|
Loading…
Reference in New Issue
Block a user