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

The unit test core does not flowing symbolic links during searching for tests #4288

Closed
EugenWiens opened this issue May 24, 2022 · 4 comments

Comments

@EugenWiens
Copy link

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

  `- src
  `- lib
      `- module1
            `-test
                 `- test_one
  `- test
        `- module1 -> ./lib/module1/test

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:

@ivankravets
Copy link
Member

Thanks for the report. Please re-test with pio upgrade --dev.

Does it work now?

@EugenWiens
Copy link
Author

yes with 6.0.2b1 the symbolic link works again. When we can see it in the production version?

@ivankravets
Copy link
Member

We plan Core 6.0.2 for today/tomorrow.

@lemonkey
Copy link

lemonkey commented Jun 4, 2022

@4303 Thanks for bringing this up! 💯

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

No branches or pull requests

3 participants