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

Tests fail to run the second time through on Windows. #51

Open
jeremy7nelson opened this issue Mar 13, 2019 · 0 comments
Open

Tests fail to run the second time through on Windows. #51

jeremy7nelson opened this issue Mar 13, 2019 · 0 comments

Comments

@jeremy7nelson
Copy link

Regression tests fail the second time through because Git for Windows removes the files pointed to by links when "git clean -fdx" is run. See git-for-windows/git#607.

To reproduce:
git clone --recursive https://github.com/boostorg/boost.git
cd boost
bootstrap.bat
b2 headers
At this point there is a subdirectory boost with links to library headers.

git clean -fdx
The links are deleted along with the header files they point to.

git submodule foreach git reset --hard
Puts the files back.

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