Author: jkeenan
Date: Fri Dec  5 19:29:49 2008
New Revision: 33535

Modified:
   branches/testparrottest/lib/Parrot/Test.pm

Log:
Reposition debugging statement

Modified: branches/testparrottest/lib/Parrot/Test.pm
==============================================================================
--- branches/testparrottest/lib/Parrot/Test.pm  (original)
+++ branches/testparrottest/lib/Parrot/Test.pm  Fri Dec  5 19:29:49 2008
@@ -440,6 +440,7 @@
                 return 0;
             }
 
+print STDERR 'just before $pass:  ', "$desc\n";
             my $pass = $builder->$meth( $real_output, $expected, $desc );
             $builder->diag("'$cmd' failed with exit code $exit_code")
                 if not $pass and $exit_code;
@@ -531,7 +532,6 @@
                 \$extra{todo}
                 if defined $extra{todo};
 
-print STDERR 'just before $pass:  ', "$desc\n";
             my $pass = $builder->$meth( $real_output, $expected, $desc );
             $builder->diag("'$cmd' failed with exit code $exit_code")
                 if $exit_code and not $pass;

Reply via email to