mirror of
https://github.com/systemd/systemd.git
synced 2025-01-23 02:04:32 +03: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:
parent
4e469c0af2
commit
32f3617fd7
@ -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 = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user