Skip to content

Conversation

@shajrawi
Copy link

Some test cases use something like

config.target_run_simple_swift = ( '%%empty-directory(%%t) && ' '%s %s %%s -o %%t/a.out -module-name main && ' '%s %%t/a.out &&' '%s %%t/a.out’ 

That does not respect the %target-run DYLD_LIBRARY_PATH for choosing the just built libraries and/or OS libraries.
This PR respects said library path in such situations by exporting them to the sub-shell created

rdar://problem/49835064

Replace this paragraph with a description of your changes and rationale. Provide links to external references/discussions if appropriate.

Resolves SR-NNNN.

@shajrawi
Copy link
Author

@swift-ci Please test and merge

@shajrawi shajrawi closed this Apr 17, 2019
@shajrawi shajrawi force-pushed the cherry_support_simple_run branch from a0db08b to ff641d3 Compare April 17, 2019 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant