What kind of issue is this?
Configuration
PlatformIO Version (platformio --version): 6.1.14
Description of problem
Making a custom wrapper around test_testing_command is inconvenient because PlatformIO core has access to information that variables do not, like the current environment name (not just the section name) and the program name (which isn't program on Windows).
If the test command was executed with the PIOENV environment variable then a script would know what the current environment is. An additional variable could contain the program name (although any script is unlikely to work on both Windows and non-Windows environments).
What kind of issue is this?
Start by telling us what problem you’re trying to solve. Often a solution
already exists! Don’t send pull requests to implement new features without first getting our
support. Sometimes we leave features out on purpose to keep the project small.
Configuration
PlatformIO Version (
platformio --version): 6.1.14Description of problem
Making a custom wrapper around test_testing_command is inconvenient because PlatformIO core has access to information that variables do not, like the current environment name (not just the section name) and the program name (which isn't
programon Windows).If the test command was executed with the
PIOENVenvironment variable then a script would know what the current environment is. An additional variable could contain the program name (although any script is unlikely to work on both Windows and non-Windows environments).