Changeset 55558 in webkit


Ignore:
Timestamp:
Mar 4, 2010 3:34:03 PM (14 years ago)
Author:
dumi@chromium.org
Message:

Making sure that the correct path is set before invoking
DumpRenderTree on cygwin.

Reviewed by Adam Roben.

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

  • Scripts/run-webkit-tests:
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r55554 r55558  
     12010-03-04  Dumitru Daniliuc  <dumi@chromium.org>
     2
     3        Reviewed by Adam Roben.
     4
     5        Making sure that the correct path is set before invoking
     6        DumpRenderTree on cygwin.
     7
     8        https://bugs.webkit.org/show_bug.cgi?id=35768
     9
     10        * Scripts/run-webkit-tests:
     11
    1122010-03-04  Simon Fraser  <simon.fraser@apple.com>
    213
  • trunk/WebKitTools/Scripts/run-webkit-tests

    r55489 r55558  
    459459if (isCygwin()) {
    460460    # Collect supported features list
     461    setPathForRunningWebKitApp(\%ENV);
    461462    my $supportedFeaturesCommand = $dumpTool . " --print-supported-features 2>&1";
    462463    $supportedFeaturesResult = `$supportedFeaturesCommand 2>&1`;
Note: See TracChangeset for help on using the changeset viewer.