in reply to Test::More and fork
You could try changing where Test::Builder writes to.
my $builder = Test::More->builder; # Set each of the Test::Builder output setttings $builder->output( ... ); $builder->failure_output( ... ); $builder->todo_output( ... );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Test::More and fork
by cees (Curate) on Jun 23, 2005 at 00:27 UTC | |
by diotalevi (Canon) on Jun 24, 2005 at 04:58 UTC | |
by adrianh (Chancellor) on Jun 24, 2005 at 13:21 UTC |