зеркало из https://github.com/mozilla/stoneridge.git
Fix a syntax error with the runner when timing out xpcshell
This commit is contained in:
Родитель
23cc21bd44
Коммит
5003a8370d
|
@ -126,6 +126,7 @@ class StoneRidgeRunner(object):
|
|||
except stoneridge.XpcshellTimeout:
|
||||
logging.exception('xpcshell timed out!')
|
||||
timed_out = True
|
||||
res = None
|
||||
if tcpdump:
|
||||
tcpdump.terminate()
|
||||
tcpdump_out.close()
|
||||
|
|
Загрузка…
Ссылка в новой задаче