Compare commits

..

10 Commits

Author SHA1 Message Date
Daan De Meyer c24cfff558 test: Dump coredumps from journal in the integration test wrapper
Fixes #35277
2024-11-24 00:04:27 +01:00
Daan De Meyer f15e6f0699 test: Lint integration-test-wrapper.py 2024-11-24 00:04:27 +01:00
Daan De Meyer 5f25417acb test: Fix typing errors in integration-test-wrapper.py 2024-11-24 00:04:27 +01:00
Daan De Meyer 4bfd8c825d test: Format integration-test-wrapper.py 2024-11-24 00:04:27 +01:00
Daan De Meyer a54b191d59 ukify: Fix typing error 2024-11-24 00:04:27 +01:00
Daan De Meyer 3f32239f32 Move mypy.ini and ruff.toml to top level
This allows reusing them for integration-test-wrapper.py as well.
2024-11-24 00:04:27 +01:00
Daan De Meyer 7f7c1fab74 integration-test-wrapper: Remove unneeded format strings 2024-11-24 00:04:27 +01:00
Daan De Meyer c07852ab72 coredumpctl: Don't treat no coredumps as failure if JSON is enabled
Having to deal with a process that fails or doesn't fail depending on
whether there are coredumps or not is incredibly annoying for users.
So let's compromise and not fail if JSON output is enabled and there
are no coredumps.
2024-11-24 00:04:27 +01:00
Daan De Meyer 4b7514d10c mkosi: Add dnf and dnf5 to sanitizer workaround list 2024-11-24 00:04:27 +01:00
Daan De Meyer 9ebec661f9 mkosi: Install clangd everywhere 2024-11-23 23:36:17 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Environment=
[Content]
Packages=
clang-devel
clangd
compiler-rt
gdb
git-core