mesonbuild/meson

Report the reason for failure of install script

开放

#2,329 创建于 2017年9月16日

 (4 条评论) (1 个反应) (0 位负责人)Python (1,465 个派生)batch import
bughelp wanted

仓库指标

星标
 (4,978 个星标)
PR 合并指标
 (平均合并 139天 13小时) (30 天内合并 51 个 PR)

描述

When an install script fails, there is no indication as to why.

https://github.com/mesonbuild/meson/blob/c63aa0372b7acd8f6a094ca240eb39c8aab646cf/mesonbuild/scripts/meson_install.py#L262-L268

Meson should either log the stdout/stderr of the scripts or print it on failure.

贡献者指南