meson: print failed test logs

This commit is contained in:
Jan Tojnar
2018-02-18 16:24:50 +01:00
parent e174ac6589
commit 40eadf9eb0

View File

@@ -29,7 +29,7 @@ fi
mesonCheckPhase() {
runHook preCheck
meson test
meson test --print-errorlogs
runHook postCheck
}