Merge pull request #496 from mozilla/issue_489

Added coverage for issue 489
This commit is contained in:
mwobensmith 2019-07-23 09:03:12 -07:00 коммит произвёл GitHub
Родитель 939b3f48ca 5610d96507
Коммит 45a3655006
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -96,7 +96,7 @@ def create_run_log(app):
args = get_core_args()
meta = {'run_id': PathManager.get_run_id(),
'platform': OSHelper.get_os().value,
'config': '%s, %s-bit, %s' % (OSHelper.get_os().value, OSHelper.get_os_bits(),
'config': '%s, %s-bit, %s' % (OSHelper.get_os_version(), OSHelper.get_os_bits(),
OSHelper.get_processor()),
'locale': args.locale,
'args': ' '.join(sys.argv),