Re: [svn:parrot] r18988 - trunk/lib/Parrot

2007-06-13 Thread Bernhard Schmalhofer
chromatic schrieb: @@ -697,7 +694,7 @@ $builder->diag("'$cmd' failed with exit code $exit_code") if $exit_code and not $pass; -unless ( $ENV{POSTMORTEM} ) { +if ( ! $ENV{POSTMORTEM} ) { unlink $out_f; }

Re: [svn:parrot] r18988 - trunk/lib/Parrot

2007-06-13 Thread Will Coleda
chromatic writes: On Wednesday 13 June 2007 12:45:12 [EMAIL PROTECTED] wrote: Minor beautification in Parrot::Test @@ -697,7 +694,7 @@ $builder->diag("'$cmd' failed with exit code $exit_code") if $exit_code and not $pass; -unless ( $ENV{POSTMORTEM

Re: [svn:parrot] r18988 - trunk/lib/Parrot

2007-06-13 Thread chromatic
On Wednesday 13 June 2007 12:45:12 [EMAIL PROTECTED] wrote: > Minor beautification in Parrot::Test > @@ -697,7 +694,7 @@ >              $builder->diag("'$cmd' failed with exit code $exit_code") >                  if $exit_code and not $pass; >   > -            unless ( $ENV{POSTMORTEM} ) { > +