Honza Bambas: Get NSPR log from tryserver run |
Get an NSPR log with your choice of modules from a try run. So far works only for mochitests but I think can be extended for other test harness as well.
Based on an advice from Phil Ringnalda at this bug comment. The feature has just landed on mozilla-central.
testing/mochitest/runtests.py
NSPR_LOG_MODULES = ""
, should look as:
# Set the desired log modules you want an NSPR log be produced by a try run for, or leave blank to disable the feature.
# This will be passed to NSPR_LOG_MODULES environment variable. Try run will then put a download link for the log file
# on tbpl.mozilla.org.
NSPR_LOG_MODULES = ""
""
to a string with list of all your modules and levels to produce the log forNote: doesn’t work for B2G so far, there is no way to upload the logs.
Комментировать | « Пред. запись — К дневнику — След. запись » | Страницы: [1] [Новые] |