Skip to content

Commit

Permalink
program: bring all MIR_SERVER_* environment in (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saviq authored Jun 19, 2024
2 parents 7704785 + f90c0c1 commit 35dc5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mir-ci/mir_ci/program/program.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ async def __aenter__(self) -> "Program":
{
k: v
for k, v in os.environ.items()
if k in ("PATH", "XDG_RUNTIME_DIR", "MIR_SERVER_MOUSE_ACCELERATION")
if k in ("PATH", "XDG_RUNTIME_DIR") or k.startswith("MIR_SERVER_")
},
**self.env,
)
Expand Down

0 comments on commit 35dc5a1

Please sign in to comment.