[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

aroben at apple.com aroben at apple.com
Wed Dec 22 12:15:12 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 7af66ebc5d4292c760db0abb7b3a39640d2cd51d
Author: aroben at apple.com <aroben at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Aug 17 22:10:36 2010 +0000

    Use the right path style
    
    * Scripts/old-run-webkit-tests:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65560 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 0595ba8..2bf4eb8 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,5 +1,11 @@
 2010-08-17  Adam Roben  <aroben at apple.com>
 
+        Use the right path style
+
+        * Scripts/old-run-webkit-tests:
+
+2010-08-17  Adam Roben  <aroben at apple.com>
+
         Fix typo
 
         * Scripts/old-run-webkit-tests:
diff --git a/WebKitTools/Scripts/old-run-webkit-tests b/WebKitTools/Scripts/old-run-webkit-tests
index cb3ed06..3c83054 100755
--- a/WebKitTools/Scripts/old-run-webkit-tests
+++ b/WebKitTools/Scripts/old-run-webkit-tests
@@ -2390,7 +2390,7 @@ sub setUpWindowsCrashLogSaving()
     }
 
     my %values = (
-        Debugger => '"' . $ntsdPath . '" -p %ld -e %ld -g -lines -c ".logopen /t \"' . toWindowsPath($testResultsDirectory) . '\CrashLog.txt\";!analyze -vv;~*kpn;q"',
+        Debugger => '"' . toWindowsPath($ntsdPath) . '" -p %ld -e %ld -g -lines -c ".logopen /t \"' . toWindowsPath($testResultsDirectory) . '\CrashLog.txt\";!analyze -vv;~*kpn;q"',
         Auto => 1
     );
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list