Re: Supporting TAP tests with MSVC and Windows

2022-11-17 Thread Andrew Dunstan
On 2022-11-17 Th 01:18, Noah Misch wrote: > On Mon, Aug 22, 2022 at 09:44:42AM -0400, Andrew Dunstan wrote: >> On 2022-08-21 Su 20:40, Noah Misch wrote: >>> This (commit 13d856e of 2015-07-29) added the following: >>> >>> --- a/src/test/perl/TestLib.pm >>> +++ b/src/test/perl/TestLib.pm >>> @@

Re: Supporting TAP tests with MSVC and Windows

2022-11-16 Thread Noah Misch
On Mon, Aug 22, 2022 at 09:44:42AM -0400, Andrew Dunstan wrote: > On 2022-08-21 Su 20:40, Noah Misch wrote: > > This (commit 13d856e of 2015-07-29) added the following: > > > > --- a/src/test/perl/TestLib.pm > > +++ b/src/test/perl/TestLib.pm > > @@ -242,7 +288,17 @@ sub command_exit_is > >

Re: Supporting TAP tests with MSVC and Windows

2022-08-22 Thread Andrew Dunstan
On 2022-08-21 Su 20:40, Noah Misch wrote: > This (commit 13d856e of 2015-07-29) added the following: > > --- a/src/test/perl/TestLib.pm > +++ b/src/test/perl/TestLib.pm > @@ -242,7 +288,17 @@ sub command_exit_is > print("# Running: " . join(" ", @{$cmd}) ."\n"); > my $h = start $cmd;

Re: Supporting TAP tests with MSVC and Windows

2022-08-21 Thread Noah Misch
This (commit 13d856e of 2015-07-29) added the following: --- a/src/test/perl/TestLib.pm +++ b/src/test/perl/TestLib.pm @@ -242,7 +288,17 @@ sub command_exit_is print("# Running: " . join(" ", @{$cmd}) ."\n"); my $h = start $cmd; $h->finish(); - is($h->result(0),