mesonbuild/meson

Report the reason for failure of install script

Open

#2 329 ouverte le 16 sept. 2017

Voir sur GitHub
 (4 commentaires) (1 réaction) (0 assignés)Python (1 465 forks)batch import
bughelp wanted

Métriques du dépôt

Stars
 (4 978 stars)
Métriques de merge PR
 (Merge moyen 139j 13h) (51 PRs mergées en 30 j)

Description

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.

Guide contributeur