Skip to content

Commit e644d01

Browse files
committed
integration-test-wrapper.py: use --ephemeral=yes to be compatible with newer mkosi
1 parent b7f6ba6 commit e644d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration-test-wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def main() -> None:
149149
'--output-dir', os.fspath(args.meson_build_dir / 'mkosi.output'),
150150
'--extra-search-path', os.fspath(args.meson_build_dir),
151151
'--machine', name,
152-
'--ephemeral',
152+
'--ephemeral=yes',
153153
*(['--forward-journal', journal_file] if journal_file else []),
154154
*(
155155
[

0 commit comments

Comments
 (0)