Re: [PATCH] tools: PCI: exit with error code when test fails

2019-03-22 Thread Lorenzo Pieralisi
On Thu, Sep 20, 2018 at 05:02:53PM +0200, Jean-Jacques Hiblot wrote: > This makes it easier to use pcitest in automated setups. > > Signed-off-by: Jean-Jacques Hiblot > --- > tools/pci/pcitest.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied to pci/misc for v5.2, thanks. L

Re: [PATCH] tools: PCI: exit with error code when test fails

2019-03-19 Thread Kishon Vijay Abraham I
On 19/03/19 9:13 PM, Lorenzo Pieralisi wrote: > On Fri, Nov 16, 2018 at 12:01:13PM +, Lorenzo Pieralisi wrote: >> On Thu, Oct 04, 2018 at 12:11:44PM +0100, Lorenzo Pieralisi wrote: >>> On Thu, Sep 20, 2018 at 05:02:53PM +0200, Jean-Jacques Hiblot wrote: This makes it easier to use pcite

Re: [PATCH] tools: PCI: exit with error code when test fails

2019-03-19 Thread Lorenzo Pieralisi
On Fri, Nov 16, 2018 at 12:01:13PM +, Lorenzo Pieralisi wrote: > On Thu, Oct 04, 2018 at 12:11:44PM +0100, Lorenzo Pieralisi wrote: > > On Thu, Sep 20, 2018 at 05:02:53PM +0200, Jean-Jacques Hiblot wrote: > > > This makes it easier to use pcitest in automated setups. > > > > > > Signed-off-by:

Re: [PATCH] tools: PCI: exit with error code when test fails

2018-11-16 Thread Lorenzo Pieralisi
On Thu, Oct 04, 2018 at 12:11:44PM +0100, Lorenzo Pieralisi wrote: > On Thu, Sep 20, 2018 at 05:02:53PM +0200, Jean-Jacques Hiblot wrote: > > This makes it easier to use pcitest in automated setups. > > > > Signed-off-by: Jean-Jacques Hiblot > > --- > > tools/pci/pcitest.c | 4 ++-- > > 1 file c

Re: [PATCH] tools: PCI: exit with error code when test fails

2018-10-04 Thread Lorenzo Pieralisi
On Thu, Sep 20, 2018 at 05:02:53PM +0200, Jean-Jacques Hiblot wrote: > This makes it easier to use pcitest in automated setups. > > Signed-off-by: Jean-Jacques Hiblot > --- > tools/pci/pcitest.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/tools/pci/pcitest.c b/t

[PATCH] tools: PCI: exit with error code when test fails

2018-09-20 Thread Jean-Jacques Hiblot
This makes it easier to use pcitest in automated setups. Signed-off-by: Jean-Jacques Hiblot --- tools/pci/pcitest.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/pci/pcitest.c b/tools/pci/pcitest.c index af146bb..5adc8cd 100644 --- a/tools/pci/pcitest.c +++ b/tool