mesonbuild/meson

Report the reason for failure of install script

Open

#2.329 geöffnet am 16. Sept. 2017

Auf GitHub ansehen
 (4 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Python (1.465 Forks)batch import
bughelp wanted

Repository-Metriken

Stars
 (4.978 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 139T 13h) (51 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide