You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having followed the instructions here I now have a version number appended to my firmware binaries. However, I now also get
Building...
Testing...
[Errno 2] No such file or directory: '.pio/build/native/program'
when I try to run my native tests.
Commenting the extra_script out in platformio.ini allows the tests to run fine again in the native . The tests work ok in the embedded environment - the extra_script only causes the problem running native tests.
The text was updated successfully, but these errors were encountered:
That's really interesting - why would appending something to PROGNAME cause an issue there? The updated PROGNAME doesn't seem to be referenced in that function, and the error message doesn't contain anything pointing to the appended PROGNAME either.
(I should say... my python knowledge is minimal, so don't spend time replying if it's going to be obvious to others)
Having followed the instructions here I now have a version number appended to my firmware binaries. However, I now also get
when I try to run my native tests.
Commenting the extra_script out in platformio.ini allows the tests to run fine again in the
native
. The tests work ok in the embedded environment - the extra_script only causes the problem running native tests.The text was updated successfully, but these errors were encountered: