[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

eric at webkit.org eric at webkit.org
Thu Oct 29 20:32:13 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit df673a51da5d2381ea8f66d53a5faa60ebcb6e95
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 22 22:39:35 2009 +0000

    2009-09-22  Eric Seidel  <eric at webkit.org>
    
            No review, only fixing typo (missing space character).
    
            Fix typo from https://bugs.webkit.org/show_bug.cgi?id=29220
    
            * Scripts/run-webkit-tests:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@48655 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index d970583..1084727 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,5 +1,13 @@
 2009-09-22  Eric Seidel  <eric at webkit.org>
 
+        No review, only fixing typo (missing space character).
+
+        Fix typo from https://bugs.webkit.org/show_bug.cgi?id=29220
+
+        * Scripts/run-webkit-tests:
+
+2009-09-22  Eric Seidel  <eric at webkit.org>
+
         Reviewed by Darin Adler.
 
         run-webkit-tests needs a --repeat-each=N option (AAABBBCCC instead of ABCABCABC)
diff --git a/WebKitTools/Scripts/run-webkit-tests b/WebKitTools/Scripts/run-webkit-tests
index 23c288f..679fed5 100755
--- a/WebKitTools/Scripts/run-webkit-tests
+++ b/WebKitTools/Scripts/run-webkit-tests
@@ -490,7 +490,7 @@ sub catch_pipe { $dumpToolCrashed = 1; }
 $SIG{"PIPE"} = "catch_pipe";
 
 print "Testing ", scalar @tests, " test cases";
-print "$iterations times" if ($iterations > 1);
+print " $iterations times" if ($iterations > 1);
 print ", repeating each test $repeatEach times" if ($repeatEach > 1);
 print ".\n";
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list