[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00
dumi at chromium.org
dumi at chromium.org
Wed Mar 17 18:18:57 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 9800b179b2b0c32be88c5a0af545443f591382a3
Author: dumi at chromium.org <dumi at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Thu Mar 4 23:34:03 2010 +0000
Making sure that the correct path is set before invoking
DumpRenderTree on cygwin.
Reviewed by Adam Roben.
https://bugs.webkit.org/show_bug.cgi?id=35768
* Scripts/run-webkit-tests:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55558 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 8d5953b..e9a1782 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,14 @@
+2010-03-04 Dumitru Daniliuc <dumi at chromium.org>
+
+ Reviewed by Adam Roben.
+
+ Making sure that the correct path is set before invoking
+ DumpRenderTree on cygwin.
+
+ https://bugs.webkit.org/show_bug.cgi?id=35768
+
+ * Scripts/run-webkit-tests:
+
2010-03-04 Simon Fraser <simon.fraser at apple.com>
Revert the exceptions I just added, and make the error clearer.
diff --git a/WebKitTools/Scripts/run-webkit-tests b/WebKitTools/Scripts/run-webkit-tests
index dcc51c9..2e41489 100755
--- a/WebKitTools/Scripts/run-webkit-tests
+++ b/WebKitTools/Scripts/run-webkit-tests
@@ -458,6 +458,7 @@ my $supportedFeaturesResult = "";
if (isCygwin()) {
# Collect supported features list
+ setPathForRunningWebKitApp(\%ENV);
my $supportedFeaturesCommand = $dumpTool . " --print-supported-features 2>&1";
$supportedFeaturesResult = `$supportedFeaturesCommand 2>&1`;
}
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list