[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

aroben at apple.com aroben at apple.com
Wed Dec 22 13:39:58 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit a26796a0d03e25df8cb77c1c68a7d9bed893f353
Author: aroben at apple.com <aroben at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Sep 22 21:43:43 2010 +0000

    Unbreak test-webkitpy
    
    * Scripts/webkitpy/test/main.py:
    (Tester.run_tests): Add a line that mysteriously got deleted.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68084 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 0ae738d..eaf3890 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,5 +1,12 @@
 2010-09-22  Adam Roben  <aroben at apple.com>
 
+        Unbreak test-webkitpy
+
+        * Scripts/webkitpy/test/main.py:
+        (Tester.run_tests): Add a line that mysteriously got deleted.
+
+2010-09-22  Adam Roben  <aroben at apple.com>
+
         Make test-webkitpy test WebKit2's scripts
 
         These scripts can't be in WebKitTools due to limitations of Apple's
diff --git a/WebKitTools/Scripts/webkitpy/test/main.py b/WebKitTools/Scripts/webkitpy/test/main.py
index f2d3d52..9351768 100644
--- a/WebKitTools/Scripts/webkitpy/test/main.py
+++ b/WebKitTools/Scripts/webkitpy/test/main.py
@@ -103,6 +103,7 @@ class Tester(object):
 
         webkitpy_dir = os.path.dirname(webkitpy.__file__)
 
+        modules = []
         for path in [webkitpy_dir] + external_package_paths:
             modules.extend(self._modules_from_paths(path, self._find_unittest_files(path)))
         modules.sort()

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list