Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TestAutoInstallEmbeddedBundles fails when on a symlinked path #959

Open
bwestcot opened this issue Nov 14, 2023 · 0 comments
Open

TestAutoInstallEmbeddedBundles fails when on a symlinked path #959

bwestcot opened this issue Nov 14, 2023 · 0 comments

Comments

@bwestcot
Copy link
Contributor

When the path to the usFrameworkTests executable contains symbolic links, for example when it is on a networked home folder, BundleTest.TestAutoInstallEmbeddedBundles fails with the following message:

failed to install bundle library: bundle #2, a bundle with same symbolic name and version is already installed (main, 0.1.0)

This is because the main bundle is loaded first from the path containing the symlinks, and then again from its canonical ("real") path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant