| Summary: | REGRESSION(165267): Broke a webkitpy unit tests | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Martin Robinson <mrobinson> | ||||
| Component: | Tools / Tests | Assignee: | Martin Robinson <mrobinson> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | commit-queue, glenn | ||||
| Priority: | P2 | ||||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
|
Description
Martin Robinson
2014-03-07 13:06:47 PST
Created attachment 226153 [details]
Patch
Comment on attachment 226153 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=226153&action=review r=me > Tools/Scripts/webkitpy/port/gtk.py:57 > def _is_cmake_build(self): > - return os.path.exists(self._build_path('CMakeCache.txt')) > + return not os.path.exists(self._build_path('config.log')) A comment about this would help readability. Committed r165284: <http://trac.webkit.org/changeset/165284> |