-
Notifications
You must be signed in to change notification settings - Fork 41
UT improvement : Check that symlinks resources are preserved during git clone #24
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
Comments
You need to run the command as Admin too. |
It turned out that I'd been working on a similar issue some time ago. See MSHARED-574. Please check if the applied solution for that issue fits your current needs. |
This solution seems fail the unit test on Windows 10 (if admin mode & git option not set) ; The PR discussions (maven-shared#16 & plexus-utils#25) say that a better approach is not execute this unit tests (but no fail). |
Following #20, some tests fail when symlinks resources are not preserved during
git clone
:In this case, the core.symlinks option should be used:
The text was updated successfully, but these errors were encountered: