Re: TestConfig->new deletes vhosts (et al)

2001-09-06 Thread Doug MacEachern
On Wed, 5 Sep 2001, Gary Benson wrote: > But looking more closely, I see that there is a -port option. Perhaps > that makes more sense... you can also run: % perl Makefile.PL apxs ~/apache-2.0/bin/apxs port then the generated t/TEST will uses these values in such a way that does not invali

Re: TestConfig->new deletes vhosts (et al)

2001-09-05 Thread Gary Benson
On Wed, 5 Sep 2001, Doug MacEachern wrote: > On Mon, 3 Sep 2001, Gary Benson wrote: > > > > > 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 -st

Re: TestConfig->new deletes vhosts (et al)

2001-09-05 Thread Doug MacEachern
On Mon, 3 Sep 2001, Gary Benson wrote: > > 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 works fine for me. > It seems that this chunk of code,

TestConfig->new deletes vhosts (et al)

2001-09-03 Thread Gary Benson
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 f