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

weinig at apple.com weinig at apple.com
Wed Dec 22 11:39:41 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit bc237521003521f26dae1c3400134389b576836e
Author: weinig at apple.com <weinig at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Aug 3 01:13:10 2010 +0000

    Add alias for run-webkit-tests --webkit-test-runner (run-webkit-tests -2).
    
    Reviewed by Anders Carlsson.
    
    * Scripts/old-run-webkit-tests:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64519 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 4cbe4a3..987fe7c 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,11 @@
+2010-08-02  Sam Weinig  <sam at webkit.org>
+
+        Reviewed by Anders Carlsson.
+
+        Add alias for run-webkit-tests --webkit-test-runner (run-webkit-tests -2).
+
+        * Scripts/old-run-webkit-tests:
+
 2010-08-02  Jon Honeycutt  <jhoneycutt at apple.com>
 
         Restore the WebKitTestRunner.sln that was removed, and remove the
diff --git a/WebKitTools/Scripts/old-run-webkit-tests b/WebKitTools/Scripts/old-run-webkit-tests
index 57c74a9..b46c129 100755
--- a/WebKitTools/Scripts/old-run-webkit-tests
+++ b/WebKitTools/Scripts/old-run-webkit-tests
@@ -298,7 +298,7 @@ Usage: $programName [options] [testdir|testpath ...]
   -v|--verbose                    More verbose output (overrides --quiet)
   -m|--merge-leak-depth arg       Merges leak callStacks and prints the number of unique leaks beneath a callstack depth of arg.  Defaults to 5.
   --use-remote-links-to-tests     Link to test files within the SVN repository in the results.
-  --webkit-test-runner            Use WebKitTestRunner rather than DumpRenderTree.
+  -2|--webkit-test-runner         Use WebKitTestRunner rather than DumpRenderTree.
 EOF
 
 setConfiguration();
@@ -342,7 +342,7 @@ my $getOptionsResult = GetOptions(
     'use-remote-links-to-tests' => \$useRemoteLinksToTests,
     'valgrind' => \$useValgrind,
     'verbose|v' => \$verbose,
-    'webkit-test-runner' => \$useWebKitTestRunner,
+    'webkit-test-runner|2' => \$useWebKitTestRunner,
 );
 
 if (!$getOptionsResult || $showHelp) {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list