Re: The --perl switch [was Re: $Ignore_Exitcode in Test-Harness]

2005-12-29 Thread demerphq
On 12/29/05, Andy Lester <[EMAIL PROTECTED]> wrote: > On Thu, Dec 29, 2005 at 12:40:25PM +0100, demerphq ([EMAIL PROTECTED]) wrote: > > Since you are working on Test::Harness and prove i wonder what the status > > is of > > > > https://rt.cpan.org/Ticket/Display.html?id=8767 > > Will you settle

Re: The --perl switch [was Re: $Ignore_Exitcode in Test-Harness]

2005-12-29 Thread Andy Lester
On Thu, Dec 29, 2005 at 12:40:25PM +0100, demerphq ([EMAIL PROTECTED]) wrote: > Since you are working on Test::Harness and prove i wonder what the status is > of > > https://rt.cpan.org/Ticket/Display.html?id=8767 Will you settle for this instead? It's more DRY. xoa Index: t/prove-switches.

Re: The --perl switch [was Re: $Ignore_Exitcode in Test-Harness]

2005-12-29 Thread demerphq
On 12/26/05, Andy Lester <[EMAIL PROTECTED]> wrote: > On Sun, Dec 25, 2005 at 10:49:28PM +0200, Shlomi Fish ([EMAIL PROTECTED]) > wrote: > > However prove does not have a "--perl" switch: > > Fixed in Test::Harness 2.57_01. Thanks. Since you are working on Test::Harness and prove i wonder what t

Re: The --perl switch [was Re: $Ignore_Exitcode in Test-Harness]

2005-12-29 Thread Shlomi Fish
On Monday 26 December 2005 09:35, Andy Lester wrote: > On Sun, Dec 25, 2005 at 10:49:28PM +0200, Shlomi Fish ([EMAIL PROTECTED]) wrote: > > However prove does not have a "--perl" switch: > > Fixed in Test::Harness 2.57_01. Thanks. > And thanks again. I've implemented it in runprove (the Test::Ru

Re: $Ignore_Exitcode in Test-Harness

2005-12-29 Thread Shlomi Fish
On Monday 26 December 2005 08:59, Andy Lester wrote: > On Sun, Dec 25, 2005 at 01:46:21PM +0200, Shlomi Fish ([EMAIL PROTECTED]) wrote: > > > > # Some experimental versions of OS/2 build have broken $? > > my $Ignore_Exitcode = $ENV{HARNESS_IGNORE_EXITCODE}; > > > > Meaning, that neaither the

Re: The --perl switch [was Re: $Ignore_Exitcode in Test-Harness]

2005-12-25 Thread Andy Lester
On Sun, Dec 25, 2005 at 10:49:28PM +0200, Shlomi Fish ([EMAIL PROTECTED]) wrote: > However prove does not have a "--perl" switch: Fixed in Test::Harness 2.57_01. Thanks. xoxo, Andy -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: $Ignore_Exitcode in Test-Harness

2005-12-25 Thread Andy Lester
On Sun, Dec 25, 2005 at 01:46:21PM +0200, Shlomi Fish ([EMAIL PROTECTED]) wrote: > > # Some experimental versions of OS/2 build have broken $? > my $Ignore_Exitcode = $ENV{HARNESS_IGNORE_EXITCODE}; > > Meaning, that neaither the environment variable nor the variable that has > been > as

The --perl switch [was Re: $Ignore_Exitcode in Test-Harness]

2005-12-25 Thread Shlomi Fish
Hi all! Replying to myself, I should note that I found another problem in Test::Harness. Reading from the Test::Harness man page: http://xrl.us/jb6q < =item C Usually your tests will be run by C<$^X>, the currently-executing Perl. However, you may want to have it run by a different