-
-
Notifications
You must be signed in to change notification settings - Fork 792
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
pio test -c parameter is not working on esp8266 #4299
Comments
Can't reproduce this issue. You have posted absolutely different custom.ini. |
I don't understand your message and the reason of the wontfix, could you add more details? I checked my .ini files, their contents match what I shared above. Should I add more details to allow you to reproduce the issue? I also reproduced this on a fresh python venv, with only |
Ok, those lines on the stacktrace I shared:
are indeed not present when I reproduce the error with the .ini I shared, I edited my first post. |
Could also reproduce this. When
|
Thanks! This is a bug. Please re-test with |
What kind of issue is this? PlatformIO Core
Configuration
Operating system: Ubuntu 21.10
PlatformIO Version: PlatformIO Core, version 6.0.1
Description of problem
The command
pio test -c some_file.ini
works for esp32 boards, but not on esp8266 boards.Steps to Reproduce
custom.ini
and fill it with a esp32 config:pio test -c custom.ini --without-uploading --without-testing -v
: the build works as expected.custom.ini
file with a esp8266 config:pio test -c custom.ini --without-uploading --without-testing -v
: now the build fails with this error:Actual Results
Expected Results
The test command should be functional whatever the target board.
If problems with PlatformIO Build System:
The content of
platformio.ini
: see aboveSource file to reproduce issue:
It seems that the source file doesn't matter, but here is a minimal test file:
The text was updated successfully, but these errors were encountered: