[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00

eric at webkit.org eric at webkit.org
Wed Mar 17 18:00:00 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 4bfa1ce474d4e93576768ac5d2b6d9794d110e0c
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Feb 26 01:14:23 2010 +0000

    2010-02-25  Eric Seidel  <eric at 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:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55267 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 8cba22f..218df1b 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,5 +1,14 @@
 2010-02-25  Eric Seidel  <eric at 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:
+
+2010-02-25  Eric Seidel  <eric at webkit.org>
+
         Reviewed by Adam Barth.
 
         Rename run-chromium-webkit-tests to new-run-webkit-tests to stop confusion
diff --git a/WebKitTools/Scripts/new-run-webkit-tests b/WebKitTools/Scripts/new-run-webkit-tests
index 4e9a89b..b1918a0 100755
--- a/WebKitTools/Scripts/new-run-webkit-tests
+++ b/WebKitTools/Scripts/new-run-webkit-tests
@@ -31,10 +31,11 @@
 import os
 import sys
 
-_scripts_directory = os.path.dirname(os.path.abspath(sys.argv[0]))
-_webkitpy_directory = os.path.join(scripts_directory, "webkitpy")
-sys.path.append(os.path.join(_webkitpy_directory, "layout_tests"))
-sys.path.append(os.path.join(_webkitpy_directory, "thirdparty"))  # For simplejson.
+scripts_directory = os.path.dirname(os.path.abspath(sys.argv[0]))
+webkitpy_directory = os.path.join(scripts_directory, "webkitpy")
+sys.path.append(os.path.join(webkitpy_directory, "layout_tests"))
+sys.path.append(os.path.join(webkitpy_directory, "thirdparty"))  # For simplejson.
+
 import run_webkit_tests
 
 if __name__ == '__main__':

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list