Hi all,
I'm getting problems with tests passing if I run:
% perl t/TEST
but failing if I run:
% perl t/TEST -start-httpd
% perl t/TEST -run-tests
% perl t/TEST -stop-httpd
It seems that this chunk of code, from TestConfig.pm (~ line 140), is the
culprit. It deletes the section of the config file that contains the
virtual host stuff, which breaks the tests which need them.
#regenerating config, so forget old
if ($args->{save}) {
for (qw(vhosts inherit_config modules inc)) {
delete $thaw->{$_} if exists $thaw->{$_};
}
}
Does anyone know _why_ it deletes the vhosts stuff -- is it required by
something else, or was it once required but not any more?
Cheers,
Gary
[ Gary Benson, Red Hat Europe ][ [EMAIL PROTECTED] ][ GnuPG 60E8793A ]