This is an archive of the discontinued LLVM Phabricator instance.

lldb-server tests: Propagate environment variables (pr34192)
ClosedPublic

Authored by labath on Oct 17 2017, 10:02 AM.

Details

Summary

Without this, the launching of the test inferior may fail if it depends
on some component of the environment (most likely LD_LIBRARY_PATH). This
makes sure we propagate the environment variable to the inferior
process.

Event Timeline

labath created this revision.Oct 17 2017, 10:02 AM
eugene accepted this revision.Oct 17 2017, 9:20 PM
This revision is now accepted and ready to land.Oct 17 2017, 9:20 PM
This revision was automatically updated to reflect the committed changes.