mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
mkosi: Set meson --max-lines= to 300 in CI
By default meson only shows the last 100 lines of output for failed tests. Let's bump this to 300 with the new --max-lines= option I added so we get more useful output on test failures.
This commit is contained in:
3
.github/workflows/mkosi.yml
vendored
3
.github/workflows/mkosi.yml
vendored
@@ -201,7 +201,8 @@ jobs:
|
||||
--suite integration-tests \
|
||||
--print-errorlogs \
|
||||
--no-stdsplit \
|
||||
--num-processes "$(($(nproc) - 1))"
|
||||
--num-processes "$(($(nproc) - 1))" \
|
||||
--max-lines 300
|
||||
|
||||
- name: Archive failed test journals
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user