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;
}
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
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} ) {
> +