зеркало из https://github.com/electron/electron.git
fixme: dont use --enable-logging on the ffmpeg verify phase
This commit is contained in:
Родитель
a5c3091c34
Коммит
2b8ef344b7
|
@ -43,7 +43,8 @@ def main():
|
|||
'no-proprietary-codecs.js')
|
||||
env = dict(os.environ)
|
||||
env['ELECTRON_ENABLE_STACK_DUMPING'] = 'true'
|
||||
env['ELECTRON_ENABLE_LOGGING'] = 'true'
|
||||
# FIXME: Enable after ELECTRON_ENABLE_LOGGING works again
|
||||
# env['ELECTRON_ENABLE_LOGGING'] = 'true'
|
||||
subprocess.check_call([electron, test_path] + sys.argv[1:], env=env)
|
||||
except subprocess.CalledProcessError as e:
|
||||
returncode = e.returncode
|
||||
|
|
Загрузка…
Ссылка в новой задаче