mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
fixme: dont use --enable-logging on the ffmpeg verify phase
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user