Re: [RFC PATCH 01/16] patman: Use test_util to show test results

2020-07-19 Thread Simon Glass
On Tue, 2020-07-07 at 11:09 +1000, Daniel Axtens wrote: > Simon Glass writes: > > > Hi Daniel, > > > > On Sun, 5 Jul 2020 at 22:50, Daniel Axtens wrote: > > > Daniel Axtens writes: > > > > > > > Hi Simon, > > > > > > > > I can't see a cover letter so apologies if I've misunderstood something > >

Re: [RFC PATCH 01/16] patman: Use test_util to show test results

2020-07-08 Thread Stephen Finucane
On Tue, 2020-07-07 at 11:09 +1000, Daniel Axtens wrote: > Simon Glass writes: > > > Hi Daniel, > > > > On Sun, 5 Jul 2020 at 22:50, Daniel Axtens wrote: > > > Daniel Axtens writes: > > > > > > > Hi Simon, > > > > > > > > I can't see a cover letter so apologies if I've misunderstood something

Re: [RFC PATCH 01/16] patman: Use test_util to show test results

2020-07-06 Thread Daniel Axtens
Simon Glass writes: > Hi Daniel, > > On Sun, 5 Jul 2020 at 22:50, Daniel Axtens wrote: >> >> Daniel Axtens writes: >> >> > Hi Simon, >> > >> > I can't see a cover letter so apologies if I've misunderstood something >> > basic, but this doesn't appear to apply to the patchwork tree - I'm >> > gu

Re: [RFC PATCH 01/16] patman: Use test_util to show test results

2020-07-06 Thread Simon Glass
Hi Daniel, On Sun, 5 Jul 2020 at 22:50, Daniel Axtens wrote: > > Daniel Axtens writes: > > > Hi Simon, > > > > I can't see a cover letter so apologies if I've misunderstood something > > basic, but this doesn't appear to apply to the patchwork tree - I'm > > guessing the patchwork relevance is w

Re: [RFC PATCH 01/16] patman: Use test_util to show test results

2020-07-06 Thread Daniel Axtens
Daniel Axtens writes: > Hi Simon, > > I can't see a cover letter so apologies if I've misunderstood something > basic, but this doesn't appear to apply to the patchwork tree - I'm > guessing the patchwork relevance is with regards to the last few patches > that (AFAICT) parse the patchwork web in

Re: [RFC PATCH 01/16] patman: Use test_util to show test results

2020-07-06 Thread Daniel Axtens
Hi Simon, I can't see a cover letter so apologies if I've misunderstood something basic, but this doesn't appear to apply to the patchwork tree - I'm guessing the patchwork relevance is with regards to the last few patches that (AFAICT) parse the patchwork web interface for information? I haven't

[RFC PATCH 01/16] patman: Use test_util to show test results

2020-07-05 Thread Simon Glass
This handles skipped tests correctly, so use it instead of the existing code. Signed-off-by: Simon Glass --- tools/patman/main.py | 8 ++-- tools/patman/test_util.py | 6 +++--- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/tools/patman/main.py b/tools/patman/main.py i