From 88558da263848c7c1ce043a9b7d3c184fa6fc8bd Mon Sep 17 00:00:00 2001 From: "abarth@webkit.org" Date: Fri, 27 Nov 2009 08:45:15 +0000 Subject: [PATCH] 2009-11-27 Adam Barth Unreviewed "build" fix found while writing unit tests. * Scripts/modules/commands/download.py: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@51438 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- WebKitTools/ChangeLog | 6 ++++++ WebKitTools/Scripts/modules/landingsequence.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog index 27df7d3009bc..1338d79831e9 100644 --- a/WebKitTools/ChangeLog +++ b/WebKitTools/ChangeLog @@ -1,3 +1,9 @@ +2009-11-27 Adam Barth + + Unreviewed "build" fix found while writing unit tests. + + * Scripts/modules/commands/download.py: + 2009-11-27 Adam Barth Reviewed by Eric Seidel. diff --git a/WebKitTools/Scripts/modules/landingsequence.py b/WebKitTools/Scripts/modules/landingsequence.py index 0d283e6026e4..415dd7904b82 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() -- 2.36.0