We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd07ee commit bda4108Copy full SHA for bda4108
t/lib/Acceptance.pm
@@ -57,7 +57,7 @@ sub acceptance_tests (%options) {
57
# to count that as a failure (an exception would be caught and perhaps TODO'd).
58
# (This might change if tests are added that are expected to produce exceptions.)
59
foreach my $r ($result, ($ENV{NO_SHORT_CIRCUIT} ? () : $result_short)) {
60
- warn('evaluation generated an exception: '.$encoder->encode($_))
+ print STDERR 'evaluation generated an exception: '.$encoder->encode($_)
61
foreach
62
grep +($_->{error} =~ /^EXCEPTION/
63
&& $_->{error} !~ /but short_circuit is enabled/ # unevaluated*
0 commit comments