mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
test: Add --debug when running mkosi through integration-test-wrapper
This commit is contained in:
parent
4933a51dc8
commit
125b2fee18
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user