From: Daan De Meyer Date: Fri, 28 Jun 2024 11:34:37 +0000 (+0200) Subject: test: pull in multi-user.target explicitly X-Git-Tag: v257-rc1~1019^2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=32f3617fd700e4a98b35f8c28a2807c2e51a2d9f;p=thirdparty%2Fsystemd.git 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. --- diff --git a/test/integration-test-wrapper.py b/test/integration-test-wrapper.py index 21ec00680f2..743a14c3d8a 100755 --- a/test/integration-test-wrapper.py +++ b/test/integration-test-wrapper.py @@ -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 = [