We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Operating system: Ubuntu 20.04
PlatformIO Version (platformio --version): PlatformIO Core, version 6.0.1
platformio --version
The unit test core does not flowing symbolic links during searching for tests.
Project with following striucture Project
`- src `- lib `- module1 `-test `- test_one `- test `- module1 -> ./lib/module1/test
the unit test core does't find any tests
the unit test core should find the folder test_one
test_one
The text was updated successfully, but these errors were encountered:
73dd29c
Thanks for the report. Please re-test with pio upgrade --dev.
pio upgrade --dev
Does it work now?
Sorry, something went wrong.
yes with 6.0.2b1 the symbolic link works again. When we can see it in the production version?
We plan Core 6.0.2 for today/tomorrow.
@4303 Thanks for bringing this up! 💯
No branches or pull requests
Configuration
Operating system:
Ubuntu 20.04
PlatformIO Version (
platformio --version
):PlatformIO Core, version 6.0.1
Description of problem
The unit test core does not flowing symbolic links during searching for tests.
Steps to Reproduce
Project with following striucture
Project
Actual Results
the unit test core does't find any tests
Expected Results
the unit test core should find the folder
test_one
If problems with PlatformIO Build System:
The text was updated successfully, but these errors were encountered: