[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:08 UTC 2010


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

    Fix typo
    
    * Scripts/old-run-webkit-tests:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65559 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index ec822c9..0595ba8 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,5 +1,11 @@
 2010-08-17  Adam Roben  <aroben at apple.com>
 
+        Fix typo
+
+        * Scripts/old-run-webkit-tests:
+
+2010-08-17  Adam Roben  <aroben at apple.com>
+
         Don't hang when running run-webkit-tests as a non-Administrator on
         Vista/7
 
diff --git a/WebKitTools/Scripts/old-run-webkit-tests b/WebKitTools/Scripts/old-run-webkit-tests
index ef3dc19..cb3ed06 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 => '"' . $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