Merge staging at '8d490ca9934d0c01e1e9ade455657e54e2e843c0' into master

This commit is contained in:
Frederik Rietdijk
2018-02-26 13:05:32 +01:00
33 changed files with 389 additions and 267 deletions

View File

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