Skip to content

Fix missing original env variable issue on multiple test cases.

Rodrigo Muino Tomonari requested to merge github/fork/john-yan/v4.x into v4.x

When the parent spawn the child processes, the environment variables passing into the child processes are missing the original env variables passing into the parent. Some missing variables like LD_LIBRARY_PATH cause the child processes unable to run.

PR-URL: #3183 (closed)

Merge request reports

Loading