зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1671612 - Fix `runtest.py` for python3. r=pehrsons
Differential Revision: https://phabricator.services.mozilla.com/D93758
This commit is contained in:
Родитель
c21369d346
Коммит
664e8f7256
|
@ -844,7 +844,7 @@ def findTestMediaDevices(log):
|
||||||
log.error('Could not list currently loaded modules')
|
log.error('Could not list currently loaded modules')
|
||||||
return None
|
return None
|
||||||
|
|
||||||
null_sink = [x for x in o.splitlines() if 'module-null-sink' in x]
|
null_sink = [x for x in o.splitlines() if b'module-null-sink' in x]
|
||||||
|
|
||||||
if not null_sink:
|
if not null_sink:
|
||||||
try:
|
try:
|
||||||
|
|
Загрузка…
Ссылка в новой задаче