Geoffrey Young <[EMAIL PROTECTED]> wrote:
> the only way to determine whether this is really an A-T issue would be to
> use MakeMaker's testcover target and see if it's behavior differs from that
> of M::B.
It's not a testcover or M::B issue, it's a -one-process issue, and
it's weird:
- When I run without -one-process, there's an "apache2" process that
matches the pid in t/logs/httpd.pid
- When I run *with* -one-process, the "apache2" process ID is
actually one higher than what's in "t/logs/httpd.pid":
$ ps x
[...]
5014 pts/3 S 0:00 /usr/sbin/apache2 -D ONE_PROCESS -d /home/faraway/dev
$ cat t/logs/httpd.pid
5013
I'm still digging...
- Tyler
- Tyler