[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 05:54:17 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=33153
--- Comment #13 from Csaba Osztrogonac <ossy at webkit.org> 2010-01-05 05:54:11 PST ---
(In reply to comment #2)
> Created an attachment (id=45802)
--> (https://bugs.webkit.org/attachment.cgi?id=45802) [details]
> 1st step: change hardcoded /tmp to File::Spec->tmpdir()
>
> Change hardcoded /tmp in httpd pid file path to File::Spec->tmpdir() and remove
> the pidfile if closing the httpd.
In sub openHTTPDIfNeeded() you should override apache PID and scoreboard files
defined in apache config files with -c option. eg.
my @args = {
...
"-c", "PidFile $httpdPidFile",
"-c", "ScoreBoardFile $httpdPidDir/httpd.scoreboard",
...
--
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