meson: print failed test logs

This commit is contained in:
Jan Tojnar 2018-02-18 16:24:50 +01:00
parent e174ac6589
commit 40eadf9eb0
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

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