Re: [Catalyst] How to run self-tests from within the application

2008-12-20 Thread Florent Angly
Concerning wrong exit status, I've had this problem but could fix it. See here: http://www.gossamer-threads.com/lists/catalyst/users/21925?page=last Regards, Florent Peter Edwards wrote: 2008/12/20 Ashley a...@sedition.com mailto:a...@sedition.com What am I doing wrong? This code

Re: [Catalyst] How to run self-tests from within the application

2008-12-20 Thread J. Shirley
On Fri, Dec 19, 2008 at 7:30 PM, Ashley a...@sedition.com wrote: What am I doing wrong? This code starts to work but hangs (and always times out if a timeout is specified). sub auto :Private { eval { require IPC::Cmd; require File::Find::Rule; }; } sub index :Path

[Catalyst] How to run self-tests from within the application

2008-12-19 Thread Ashley
What am I doing wrong? This code starts to work but hangs (and always times out if a timeout is specified). sub auto :Private { eval { require IPC::Cmd; require File::Find::Rule; }; } sub index :Path :Args(0) { my ( $self, $c ) = @_; my @tests =