зеркало из 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')
|
||||
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:
|
||||
try:
|
||||
|
|
Загрузка…
Ссылка в новой задаче