From: Richard Maw Date: Wed, 24 Apr 2024 17:27:07 +0000 (+0100) Subject: test: Add --debug when running mkosi through integration-test-wrapper X-Git-Tag: v256-rc1~22^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F32465%2Fhead;p=thirdparty%2Fsystemd.git test: Add --debug when running mkosi through integration-test-wrapper --- diff --git a/test/integration-test-wrapper.py b/test/integration-test-wrapper.py index eb7b5b3fc59..f3c7fe5b855 100755 --- a/test/integration-test-wrapper.py +++ b/test/integration-test-wrapper.py @@ -76,6 +76,7 @@ def main(): cmd = [ 'mkosi', + '--debug', '--directory', os.fspath(args.meson_source_dir), '--output-dir', os.fspath(args.meson_build_dir / 'mkosi.output'), '--extra-search-path', os.fspath(args.meson_build_dir),