Skip to content

Commit 9d05d19

Browse files
DaanDeMeyerbluca
authored andcommitted
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. (cherry picked from commit e469add)
1 parent d9153bc commit 9d05d19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/mkosi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,8 @@ jobs:
202202
--suite integration-tests \
203203
--print-errorlogs \
204204
--no-stdsplit \
205-
--num-processes "$(($(nproc) - 1))"
205+
--num-processes "$(($(nproc) - 1))" \
206+
--max-lines 300
206207
207208
- name: Archive failed test journals
208209
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)