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

dumi at chromium.org dumi at chromium.org
Thu Apr 8 02:10:33 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit ad96a42ef31eae82abe7e54277891ce0af774d0e
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