[Webkit-unassigned] [Bug 33153] Running multiple instances of run-webkit-tests is not possible on the same machine

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 5 07:48:59 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=33153





--- Comment #16 from Darin Adler <darin at apple.com>  2010-01-05 07:48:57 PST ---
(From update of attachment 45883)
> +        my $oldPid = `cat $httpdPidFile`;

Doing it this way assumes there are no spaces in tmpdir. I'm not sure that will
always be true. To make this work in all cases quoting since you are passing
this path to the shell.

> +    die "Timed out waiting for httpd to terminate" unless $retryCount;

Why is this a good idea?

> +    rmdir $httpdPidDir;

How can this rmdir work on a non-empty directory? What deletes the file?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list