Skip to content
Snippets Groups Projects
Commit 63788ad8 authored by Simon McVittie's avatar Simon McVittie
Browse files

subprocess: Factor out an object for the execution environment


This will let us bundle together more of the subprocess handling for
running helpers. For now, it is just a container for the environment,
helpers path and test flags.

This is an immutable value-object which does not change after it has
been constructed, meaning that we can share it between threads if
that becomes useful in future.

No functional change intended.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 0af5d176
No related branches found
No related tags found
1 merge request!629Add an object encapsulating the execution environment for helper subprocesses
Showing
with 434 additions and 204 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment