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

dglazkov at chromium.org dglazkov at chromium.org
Wed Dec 22 18:31:39 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 9a425727f534e55122039f147fb5ef32aa6a38f8
Author: dglazkov at chromium.org <dglazkov at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Dec 13 18:22:58 2010 +0000

    2010-12-13  Dimitri Glazkov  <dglazkov at chromium.org>
    
            Reviewed by Ojan Vafai.
    
            Remove "use-drt" option from test step command line, since the option was removed in r73748.
            https://bugs.webkit.org/show_bug.cgi?id=50936
    
            * BuildSlaveSupport/build.webkit.org-config/master.cfg: Removed the option.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73928 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/BuildSlaveSupport/build.webkit.org-config/master.cfg b/WebKitTools/BuildSlaveSupport/build.webkit.org-config/master.cfg
index 70656b7..3096ec3 100644
--- a/WebKitTools/BuildSlaveSupport/build.webkit.org-config/master.cfg
+++ b/WebKitTools/BuildSlaveSupport/build.webkit.org-config/master.cfg
@@ -254,7 +254,7 @@ class NewRunWebKitTests(RunWebKitTests):
                "--build-number", WithProperties("%(buildnumber)s"),
                "--master-name", "webkit.org",
                "--test-results-server", "test-results.appspot.com",
-               WithProperties("--%(configuration)s"), "--use-drt"]
+               WithProperties("--%(configuration)s")]
 
 
 class RunPythonTests(shell.Test):
diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index f37e806..db35415 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,12 @@
+2010-12-13  Dimitri Glazkov  <dglazkov at chromium.org>
+
+        Reviewed by Ojan Vafai.
+
+        Remove "use-drt" option from test step command line, since the option was removed in r73748.
+        https://bugs.webkit.org/show_bug.cgi?id=50936
+
+        * BuildSlaveSupport/build.webkit.org-config/master.cfg: Removed the option.
+
 2010-12-13  Patrick Gansterer  <paroga at webkit.org>
 
         Reviewed by Csaba Osztrogonác.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list