boostorg / boostorg/regression
Tests fail to run the second time through on Windows.
Open
- Dominant language
- C++
- Stars
- 11
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
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 https://github.com/git-for-windows/git/issues/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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.