Changeset 63661 in webkit


Ignore:
Timestamp:
Jul 19, 2010 8:12:05 AM (14 years ago)
Author:
tkent@chromium.org
Message:

2010-07-19 Kent Tamura <tkent@chromium.org>

Reviewed by Adam Roben.

Fix NewRunWebKitTests to work on Windows.
https://bugs.webkit.org/show_bug.cgi?id=41180

  • BuildSlaveSupport/build.webkit.org-config/master.cfg: Specifying python explicitly.
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/BuildSlaveSupport/build.webkit.org-config/master.cfg

    r62732 r63661  
    239239
    240240class NewRunWebKitTests(RunWebKitTests):
    241     command = ["perl", "./WebKitTools/Scripts/new-run-webkit-tests", "--noshow-results",
     241    command = ["python", "./WebKitTools/Scripts/new-run-webkit-tests", "--noshow-results",
    242242               "--verbose", "--results-directory", "layout-test-results",
    243243               WithProperties("--%(configuration)s"), "--use-drt"]
  • trunk/WebKitTools/ChangeLog

    r63627 r63661  
     12010-07-19  Kent Tamura  <tkent@chromium.org>
     2
     3        Reviewed by Adam Roben.
     4
     5        Fix NewRunWebKitTests to work on Windows.
     6        https://bugs.webkit.org/show_bug.cgi?id=41180
     7
     8        * BuildSlaveSupport/build.webkit.org-config/master.cfg:
     9          Specifying python explicitly.
     10
    1112010-07-18  Anders Carlsson  <andersca@apple.com>
    212
Note: See TracChangeset for help on using the changeset viewer.