Stas Bekman wrote:
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?
Thanks for the fo
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:
Christoph
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)
William McKee wrote:
I'm just spouting thoughts hoping it rings someone elses bell... sorry.
This reminds me of a discussion that took place recently on the MB
mailing list[1]. I wonder what would happen if you leave SMOKE.PL but
comment out all the code. Do the die statements get called? Perhaps
> I'm just spouting thoughts hoping it rings someone elses bell... sorry.
This reminds me of a discussion that took place recently on the MB
mailing list[1]. I wonder what would happen if you leave SMOKE.PL but
comment out all the code. Do the die statements get called? Perhaps
something in that c
Christopher H. Laco wrote:
Great...two problems in one.
I was not seeing my dies because even though my Build.PL has:
$build->generate_script('t/TEST');
$build->generate_script('t/SMOKE');
The output from perl Build test is:
C:\Development\CPAN\Handel>perl Build test -verbose
C:\Development\Perl\5
Christopher H. Laco wrote:
Right, it must be run at test time.
I've worked my way though all of the custom_config_loads and
custom_config_exists I can find, and die-ing before any of them doesn't
make perl Build test die. :-(
This is a tough one...
Great...two problems in one.
I was not seeing