On Thu, 16 Aug 2001, Geoffrey Young wrote:
> is that the clean() that gets run, or is it Apache::TestConfig::clean()?
>
> I'm not that intimate with what is going on here, but from opt_clean() from
> TestRun would seem to indicate TestConfig?
yeah, but Apache::TestConfig::clean runs:
$self->new_test_server->clean;
$self->cmodules_clean;
> anyway, the logs directory isn't removed for me, but the files are, turns
> out - I guess I thought the directory wasn't picked up because it was full.
because Apache::TestConfig::clean has 'logs' in its array of directories
to delete, but it is not emptied until after those directories are
attempted to be cleaned. should be better now.