I've CC'ed David, who developed Apache::TestMB, so he will hopefully be able to give you the answers.

David, please take a look at this thread. I can't give you the link, since I don't think this new list is archived at all. Are you subscribed to it at all?

Christopher H. Laco wrote:
Christopher H. Laco wrote:

So, apparently it's trying to run the last script created via generate_script instead of always running t/TEST.

-=Chris


And the offending part of the code ffrom TestMB.pm:

    my $script = $self->localize_file_path($_[0]
        ? $self->apache_test_script(shift)
        : $self->apache_test_script
    );



So, which behavour is correct, TestMM::generate_script or TestMB::generate_script? Only TestMB takes the last file called in generate_script and makes it apache_test_script in build_params.


TestMM always runs t/TEST it seems, regardless of the order of calls to generate_script.

Now that it's identified, it's easy to reorder my generate_script calls under Build.PL and get where I need to go. I would think that both generate_scripts should do the same thing.

There's still the issue of t/SMOKE not auto generating t/conf/* files like t/TEST does.

Thanks for the help.

-=Chris




--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to