Re: [PATCH rtems-tools v2] rtemstoolkit: add support for executing pipe command

2023-06-20 Thread Chris Johns
Hi, I applied the patch and ran the unit tests and they passed however the change has broken the execute class. The FreeBSD host runs sysctl to detect the number of cores when options are loaded and the `e.shell()` at the top of `freebsd.py` is failing with: $ ./tester/rtems-test --help s: /: Pe

[PATCH rtems-tools v2] rtemstoolkit: add support for executing pipe command

2023-06-19 Thread Muhammad Sulthan Mazaya
added unit tests and shorten long lines. --- rtemstoolkit/execute.py | 43 - 1 file changed, 38 insertions(+), 5 deletions(-) diff --git a/rtemstoolkit/execute.py b/rtemstoolkit/execute.py index ed81589..9ec1cd7 100755 --- a/rtemstoolkit/execute.py +++ b/r