Changeset 93416 in webkit


Ignore:
Timestamp:
Aug 19, 2011 9:06:49 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

Fix _path_to_apache() error reporting
https://bugs.webkit.org/show_bug.cgi?id=66486

Patch by Tom Zakrajsek <tomz@codeaurora.org> on 2011-08-19
Reviewed by Ryosuke Niwa.

  • Scripts/webkitpy/layout_tests/port/webkit.py:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r93414 r93416  
     12011-08-19  Tom Zakrajsek  <tomz@codeaurora.org>
     2
     3        Fix _path_to_apache() error reporting
     4        https://bugs.webkit.org/show_bug.cgi?id=66486
     5
     6        Reviewed by Ryosuke Niwa.
     7
     8        * Scripts/webkitpy/layout_tests/port/webkit.py:
     9
    1102011-08-19  Adam Roben  <aroben@apple.com>
    211
  • trunk/Tools/Scripts/webkitpy/layout_tests/port/webkit.py

    r92803 r93416  
    385385            if self._filesystem.exists(path):
    386386                return path
    387             _log.error("Could not find apache. Not installed or unknown path.")
     387        _log.error("Could not find apache. Not installed or unknown path.")
    388388        return None
    389389
Note: See TracChangeset for help on using the changeset viewer.