Re: [PATCH rtems-tools] rtems-bsp-builder: Fix mail support

2021-10-28 Thread Chris Johns
OK Thanks Chris On 29/10/21 7:01 am, Alex White wrote: > This fixes a problem with mailer options support that occurred because > check.py uses argparse.ArgumentParser instead of tester.rt.options. > --- > rtemstoolkit/mailer.py | 2 +- > tester/rt/check.py | 17 - > 2 files

[PATCH rtems-tools] rtems-bsp-builder: Fix mail support

2021-10-28 Thread Alex White
This fixes a problem with mailer options support that occurred because check.py uses argparse.ArgumentParser instead of tester.rt.options. --- rtemstoolkit/mailer.py | 2 +- tester/rt/check.py | 17 - 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/rtemstoolkit