Changeset 55267 in webkit


Ignore:
Timestamp:
Feb 25, 2010 5:14:23 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-02-25 Eric Seidel <eric@webkit.org>

Fix typo in my last change. No review.

Rename run-chromium-webkit-tests to new-run-webkit-tests to stop confusion
https://bugs.webkit.org/show_bug.cgi?id=35408

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

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r55264 r55267  
     12010-02-25  Eric Seidel  <eric@webkit.org>
     2
     3        Fix typo in my last change.  No review.
     4
     5        Rename run-chromium-webkit-tests to new-run-webkit-tests to stop confusion
     6        https://bugs.webkit.org/show_bug.cgi?id=35408
     7
     8        * Scripts/new-run-webkit-tests:
     9
    1102010-02-25  Eric Seidel  <eric@webkit.org>
    211
  • trunk/WebKitTools/Scripts/new-run-webkit-tests

    r55264 r55267  
    3232import sys
    3333
    34 _scripts_directory = os.path.dirname(os.path.abspath(sys.argv[0]))
    35 _webkitpy_directory = os.path.join(scripts_directory, "webkitpy")
    36 sys.path.append(os.path.join(_webkitpy_directory, "layout_tests"))
    37 sys.path.append(os.path.join(_webkitpy_directory, "thirdparty"))  # For simplejson.
     34scripts_directory = os.path.dirname(os.path.abspath(sys.argv[0]))
     35webkitpy_directory = os.path.join(scripts_directory, "webkitpy")
     36sys.path.append(os.path.join(webkitpy_directory, "layout_tests"))
     37sys.path.append(os.path.join(webkitpy_directory, "thirdparty"))  # For simplejson.
     38
    3839import run_webkit_tests
    3940
Note: See TracChangeset for help on using the changeset viewer.