⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 94008 in webkit


Ignore:
Timestamp:
Aug 29, 2011, 1:16:50 PM (15 years ago)
Author:
commit-queue@webkit.org
Message:

Small fix in chromium port of new-run-webkit-tests.
https://bugs.webkit.org/show_bug.cgi?id=67078

Patch by Shawn Singh <shawnsingh@chromium.org> on 2011-08-29
Reviewed by Dirk Pranke.

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

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r94007 r94008  
     12011-08-29  Shawn Singh  <shawnsingh@chromium.org>
     2
     3        Small fix in chromium port of new-run-webkit-tests.
     4        https://bugs.webkit.org/show_bug.cgi?id=67078
     5
     6        Reviewed by Dirk Pranke.
     7
     8        * Scripts/webkitpy/layout_tests/port/chromium.py:
     9
    1102011-08-29  Sheriff Bot  <webkit.review.bot@gmail.com>
    211
  • trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium.py

    r93751 r94008  
    211211        finally:
    212212            if exit_code == 1:
    213                 result = self._filesystem.read_binary_file(diff_filename)
     213                result = self._filesystem.read_binary_file(native_diff_filename)
    214214            self._filesystem.rmtree(str(tempdir))
    215215        return result
Note: See TracChangeset for help on using the changeset viewer.