[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.16-1409-g5afdf4d
abarth at webkit.org
abarth at webkit.org
Thu Dec 3 13:41:04 UTC 2009
The following commit has been merged in the webkit-1.1 branch:
commit def7f5174617a5c3841cad0f3ea4dca283425412
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Fri Nov 20 14:44:03 2009 +0000
2009-11-20 Adam Barth <abarth at webkit.org>
Unreviewed "build" fix. I failed to update LandingSequence.test
properly.
* Scripts/modules/landingsequence.py:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51235 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 3985a2b..34c4d43 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,5 +1,12 @@
2009-11-20 Adam Barth <abarth at webkit.org>
+ Unreviewed "build" fix. I failed to update LandingSequence.test
+ properly.
+
+ * Scripts/modules/landingsequence.py:
+
+2009-11-20 Adam Barth <abarth at webkit.org>
+
Reviewed by Eric Seidel.
Create LandingSequence as the all-sing, all-dance landing class
diff --git a/WebKitTools/Scripts/modules/landingsequence.py b/WebKitTools/Scripts/modules/landingsequence.py
index 1ace123..3e9e4f7 100644
--- a/WebKitTools/Scripts/modules/landingsequence.py
+++ b/WebKitTools/Scripts/modules/landingsequence.py
@@ -78,7 +78,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.
- WebKitScripts.run_webkit_tests(launch_safari=not options.non_interactive, fail_fast=options.non_interactive, quiet=options.quiet, port=port)
+ WebKitLandingScripts.run_webkit_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 = commit_message_for_this_commit(self._tool.scm())
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list