>>>>> On Sat, 24 Nov 2007 11:45:43 +0100, David Landgren <[EMAIL PROTECTED]> >>>>> said:
> [EMAIL PROTECTED] writes:
> [...]
>> Output from '/usr/bin/make test':
>>
>> PERL_DL_NONLAZY=1 /usr/local/perl-5.6.2/bin/perl "-MExtUtils::Command::MM"
>> "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Note, this is perl 5.6.2.
> The test script loaded Test::Output successfully, so it runs a few
> tests to see how File::Path carps.
>> t/Path.......No root path(s) specified
> ^^^^^^^^^^^^^^^^^^^^^^^^^
> That was emitted to stderr. It should have been caught by Test::Output
I just re-ran the test and still see the same output on the console. I
left the CPAN shell and tried it outside and still see the same
output.
>> at t/Path.t line 347
>>
>> # Failed test 'rmtree of nothing carps sensibly'
>> # at t/Path.t line 348.
>> # STDERR:
>> #
> ^^^^^
> Ooops, but it didn't catch what was written to STDERR, which we saw
> leaked out above and wound up in the TAP stream.
> I don't know what to do about that. Can you tell me if you're using
> the most recent version of Test::Output?
cpan[4]> m Test::Output
Module id = Test::Output
CPAN_USERID SSORICHE (Shawn Sorichetti <[EMAIL PROTECTED]>)
CPAN_VERSION 0.10
CPAN_FILE S/SS/SSORICHE/Test-Output-0.10.tar.gz
MANPAGE Test::Output - Utilities to test STDOUT and STDERR messages.
INST_FILE /usr/local/perl-5.6.2/lib/site_perl/5.6.2/Test/Output.pm
INST_VERSION 0.10
I ran the test with
make test TEST_FILE=t/Path.t TEST_VERBOSE=1 > test.out 2> test.err
and append the two outputs.
Hope this helps
--
andreas
test.out
Description: Binary data
test.err
Description: Binary data
