зеркало из https://github.com/mozilla/gecko-dev.git
Bug 540369. Fix unit test hang detection on Windows. r=ted
--HG-- extra : rebase_source : 9e9c8f45f61585ac0bb3f08d873289003d95c14d
This commit is contained in:
Родитель
5d932775e8
Коммит
e845a6725c
|
@ -495,7 +495,7 @@ user_pref("camino.use_system_proxy_settings", false); // Camino-only, harmless t
|
|||
return ('', False)
|
||||
else:
|
||||
log.error("readWithTimeout got error: %d", err)
|
||||
if l > 0:
|
||||
if l.value > 0:
|
||||
# we're assuming that the output is line-buffered,
|
||||
# which is not unreasonable
|
||||
return (f.readline(), False)
|
||||
|
|
Загрузка…
Ссылка в новой задаче