ARM-software / devlib

Library for interaction with and instrumentation of remote devices.
Apache License 2.0
47 stars 78 forks source link

Ensure LC_ALL is set for ABD commands #599

Closed marcbonnici closed 1 year ago

marcbonnici commented 2 years ago

As originally raised in https://github.com/ARM-software/devlib/issues/597 we are matching against the error output of some ABD commands.

For compatibility to ensure the output is not translated we should ensure that we set LC_ALL for such commands.