Skip to content
Snippets Groups Projects
Commit 4368f582 authored by kiilerix's avatar kiilerix
Browse files

util.system: Use subprocess instead of os.system

subprocess allows the environment and working directory to be specified
directly, so the hacks for making temporary changes while forking is no longer
necessary.

This also fixes failures on solaris where the temporary changes can't be undone
because there is no unsetenv.
parent f8048c33
No related branches found
No related tags found
No related merge requests found
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