Skip to content

Commit

Permalink
tests: Pass host environment when invoking mkosi
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanDeMeyer committed Aug 2, 2024
1 parent 5c1b3d9 commit 7bf1855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def mkosi(
"--qemu-mem=2G",
verb,
*args,
], check=check, stdin=stdin, stdout=sys.stdout, user=user, group=group)
], check=check, stdin=stdin, stdout=sys.stdout, user=user, group=group, env=os.environ)

def build(self, options: Sequence[str] = (), args: Sequence[str] = ()) -> CompletedProcess:
return self.mkosi(
Expand Down

0 comments on commit 7bf1855

Please sign in to comment.