Re: [PATCH v1] Add a way to supply stdin to TAP tests

2019-05-07 Thread David Fetter
On Tue, May 07, 2019 at 06:47:59PM +0200, David Fetter wrote: > On Tue, May 07, 2019 at 09:39:57AM -0400, Andrew Dunstan wrote: > > > > On 5/6/19 10:42 PM, David Fetter wrote: > > > On Tue, May 07, 2019 at 11:05:32AM +0900, Kyotaro HORIGUCHI wrote: > > >> Hi. > > >> > > >> At Sun, 28 Apr 2019 17:0

Re: [PATCH v1] Add a way to supply stdin to TAP tests

2019-05-07 Thread David Fetter
On Tue, May 07, 2019 at 09:39:57AM -0400, Andrew Dunstan wrote: > > On 5/6/19 10:42 PM, David Fetter wrote: > > On Tue, May 07, 2019 at 11:05:32AM +0900, Kyotaro HORIGUCHI wrote: > >> Hi. > >> > >> At Sun, 28 Apr 2019 17:07:16 +0200, David Fetter wrote > >> in <20190428150716.gp28...@fetter.org>

Re: [PATCH v1] Add a way to supply stdin to TAP tests

2019-05-07 Thread Andrew Dunstan
On 5/6/19 10:42 PM, David Fetter wrote: > On Tue, May 07, 2019 at 11:05:32AM +0900, Kyotaro HORIGUCHI wrote: >> Hi. >> >> At Sun, 28 Apr 2019 17:07:16 +0200, David Fetter wrote in >> <20190428150716.gp28...@fetter.org> >>> Our test coverage needs all the help it can get. >>> >>> This patch, ext

Re: [PATCH v1] Add a way to supply stdin to TAP tests

2019-05-06 Thread David Fetter
On Tue, May 07, 2019 at 11:05:32AM +0900, Kyotaro HORIGUCHI wrote: > Hi. > > At Sun, 28 Apr 2019 17:07:16 +0200, David Fetter wrote in > <20190428150716.gp28...@fetter.org> > > Our test coverage needs all the help it can get. > > > > This patch, extracted from another by Fabian Coelho, helps mo

Re: [PATCH v1] Add a way to supply stdin to TAP tests

2019-05-06 Thread Kyotaro HORIGUCHI
Hi. At Sun, 28 Apr 2019 17:07:16 +0200, David Fetter wrote in <20190428150716.gp28...@fetter.org> > Our test coverage needs all the help it can get. > > This patch, extracted from another by Fabian Coelho, helps move things > in that direction. > > I'd like to argue that it's not a new feature

[PATCH v1] Add a way to supply stdin to TAP tests

2019-04-28 Thread David Fetter
tter http://fetter.org/ Phone: +1 415 235 3778 Remember to vote! Consider donating to Postgres: http://www.postgresql.org/about/donate >From 08fe538383c7a3519f5bb8a0e379b023afc0bb9d Mon Sep 17 00:00:00 2001 From: David Fetter Date: Sun, 28 Apr 2019 08:01:01 -0700 Subject: [PATCH v1] Add a way to supply