[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

abarth at webkit.org abarth at webkit.org
Wed Apr 7 23:58:39 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit cf18e3c1f5d3b405727ec2c1d10ea2629e2bdc94
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Nov 27 08:45:15 2009 +0000

    2009-11-27  Adam Barth  <abarth at webkit.org>
    
            Unreviewed "build" fix found while writing unit tests.
    
            * Scripts/modules/commands/download.py:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51438 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 27df7d3..1338d79 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,5 +1,11 @@
 2009-11-27  Adam Barth  <abarth at webkit.org>
 
+        Unreviewed "build" fix found while writing unit tests.
+
+        * Scripts/modules/commands/download.py:
+
+2009-11-27  Adam Barth  <abarth at webkit.org>
+
         Reviewed by Eric Seidel.
 
         [bzt] Kill WebKitLandingScripts
diff --git a/WebKitTools/Scripts/modules/landingsequence.py b/WebKitTools/Scripts/modules/landingsequence.py
index 0d283e6..415dd79 100644
--- a/WebKitTools/Scripts/modules/landingsequence.py
+++ b/WebKitTools/Scripts/modules/landingsequence.py
@@ -84,7 +84,7 @@ class LandingSequence:
 
     def test(self):
         # When running non-interactively we don't want to launch Safari and we want to exit after the first failure.
-        self._tool.run_tests(launch_safari=not self._options.non_interactive, fail_fast=self._options.non_interactive, quiet=self._options.quiet, port=self._port)
+        self._tool.steps.run_tests(launch_safari=not self._options.non_interactive, fail_fast=self._options.non_interactive, quiet=self._options.quiet, port=self._port)
 
     def commit(self):
         commit_message = self._tool.scm().commit_message_for_this_commit()

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list