]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
tests: pass args correctly
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 2 Oct 2024 08:36:28 +0000 (10:36 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 2 Oct 2024 10:47:02 +0000 (12:47 +0200)
tests/__init__.py

index a6b46ed0574ae994401b913ea10140a28b66858f..c536be85db961c397e93689c55e7869bed3ff49e 100644 (file)
@@ -114,6 +114,7 @@ class Image:
         return self.mkosi(
             "build",
             opt,
+            args,
             stdin=sys.stdin if sys.stdin.isatty() else None,
             user=self.uid,
             group=self.gid,