mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
test: pull in multi-user.target explicitly
Let's make sure we pull in multi-user.target so that we get a console when a test fails and we're running meson test with --interactive.
This commit is contained in:
@@ -103,6 +103,12 @@ def main():
|
||||
journal_file = (args.meson_build_dir / (f"test/journal/{name}.journal")).absolute()
|
||||
journal_file.unlink(missing_ok=True)
|
||||
else:
|
||||
dropin += textwrap.dedent(
|
||||
"""
|
||||
[Unit]
|
||||
Wants=multi-user.target
|
||||
"""
|
||||
)
|
||||
journal_file = None
|
||||
|
||||
cmd = [
|
||||
|
||||
Reference in New Issue
Block a user