cny has asked for the wisdom of the Perl Monks concerning the following question:
I'm trying to use eclipse to run a test_all.t. Below is the script:
use Test::Harness; my @test_files = ( sort 't/agenda.t', 't/delay_rnd.t', 't/day_of_month.t', ); runtests(@test_files);
Then I got the response from the console:
Insecure dependency in `` while running with -T switch at D:/Perl/site/lib/Test/Harness.pm line 311.
I can run those test file in folder t seperatedly, only this test_all.t is not working.Thank you for you help.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Insecure dependency in `` while running with -T switch at D:/Perl/site/lib/Test/Harness.pm line 311.
by kcott (Archbishop) on Oct 31, 2010 at 03:46 UTC | |
by cny (Initiate) on Oct 31, 2010 at 18:11 UTC | |
|
Re: Insecure dependency in `` while running with -T switch at D:/Perl/site/lib/Test/Harness.pm line 311.
by locked_user sundialsvc4 (Abbot) on Nov 02, 2010 at 00:37 UTC |