[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

ossy at webkit.org ossy at webkit.org
Sun Feb 20 22:55:02 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit d84c928767b0e705b0cf974add3982b793a459b6
Author: ossy at webkit.org <ossy at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jan 13 18:22:58 2011 +0000

    2011-01-13  Csaba Osztrogonác  <ossy at webkit.org>
    
            Reviewed by Darin Adler.
    
            Make old-run-webkit-tests more robust on buildbots
            https://bugs.webkit.org/show_bug.cgi?id=52364
    
            * Scripts/old-run-webkit-tests: Ensure that testResultsDirectory is empty.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75721 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Tools/ChangeLog b/Tools/ChangeLog
index 88b2308..e050b3c 100644
--- a/Tools/ChangeLog
+++ b/Tools/ChangeLog
@@ -1,3 +1,12 @@
+2011-01-13  Csaba Osztrogonác  <ossy at webkit.org>
+
+        Reviewed by Darin Adler.
+
+        Make old-run-webkit-tests more robust on buildbots
+        https://bugs.webkit.org/show_bug.cgi?id=52364
+
+        * Scripts/old-run-webkit-tests: Ensure that testResultsDirectory is empty.
+
 2011-01-13  Tony Chang  <tony at chromium.org>
 
         Reviewed by Kent Tamura.
diff --git a/Tools/Scripts/old-run-webkit-tests b/Tools/Scripts/old-run-webkit-tests
index a8882ad..892b5a4 100755
--- a/Tools/Scripts/old-run-webkit-tests
+++ b/Tools/Scripts/old-run-webkit-tests
@@ -448,6 +448,8 @@ my @platformTestHierarchy = buildPlatformTestHierarchy(@platformResultHierarchy)
 $expectedDirectory = $ENV{"WebKitExpectedTestResultsDirectory"} if $ENV{"WebKitExpectedTestResultsDirectory"};
 
 $testResultsDirectory = File::Spec->rel2abs($testResultsDirectory);
+# $testResultsDirectory must be empty before testing.
+rmtree $testResultsDirectory;
 my $testResults = File::Spec->catfile($testResultsDirectory, "results.html");
 
 if (isAppleMacWebKit()) {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list