From 125b2fee18ac0edc1a26638535f5a62fcea067cd Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Wed, 24 Apr 2024 18:27:07 +0100 Subject: [PATCH] test: Add --debug when running mkosi through integration-test-wrapper --- test/integration-test-wrapper.py | 1 + 1 file changed, 1 insertion(+) 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),