When running `integration.ProgramTest` from `<htt...
# golang
a
When running
integration.ProgramTest
from
<http://github.com/pulumi/pulumi/pkg/testing/integration|github.com/pulumi/pulumi/pkg/testing/integration>
and it copies the files to a tmp directory. Does it not copy symlinks?
Probably something i'm just not understanding. but it seems that when the tests run it copies everything but doesn't bring any sym link with it
w
That is possible - could you open an issue? I’m not sure any of the tests we currently use this for depend on symlinks.
👍 1
a
https://github.com/pulumi/pulumi/issues/3735 lmk if I need to format it better or something. Simply removing the symlink and actually copying file has sufficed for now. thank you