Build Config Validation incorrectly rejects quoted env: variables

Build with Build Config Validation DISABLED is accepting quoted env: variables

Build with Build Config Validation ENABLED is rejecting quoted env: variables

Error messages:
Build config validation
env.jobs : invalid env var TEST_CMD="echo -e 'bye\n ' | scons fptest"
env.jobs : invalid env var TEST_CMD="echo -e '123\n ' | scons dtc ansitest"
env.jobs : invalid env var TEST_CMD="echo -e '123\n ' | scons itc ansitest"

A similar issue was discussed recently but none of the suggestions there helped.

1 Like