Title: [137403] trunk/Tools
Revision
137403
Author
[email protected]
Date
2012-12-11 18:21:46 -0800 (Tue, 11 Dec 2012)

Log Message

buildbot: change run-webkit-tests --no-launch-safari to --no-show-results
https://bugs.webkit.org/show_bug.cgi?id=104299

Reviewed by Ryosuke Niwa.

Since --no-show-results is the more generically-named flag that NRWT uses.

* BuildSlaveSupport/build.webkit.org-config/master.cfg:
(RunWebKitTests):

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg (137402 => 137403)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg	2012-12-12 02:20:51 UTC (rev 137402)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg	2012-12-12 02:21:46 UTC (rev 137403)
@@ -303,7 +303,7 @@
     description = ["layout-tests running"]
     descriptionDone = ["layout-tests"]
     command = ["perl", "./Tools/Scripts/run-webkit-tests",
-               "--no-launch-safari",
+               "--no-show-results",
                "--no-new-test-results",
                "--no-sample-on-timeout",
                "--results-directory", "layout-test-results",

Modified: trunk/Tools/ChangeLog (137402 => 137403)


--- trunk/Tools/ChangeLog	2012-12-12 02:20:51 UTC (rev 137402)
+++ trunk/Tools/ChangeLog	2012-12-12 02:21:46 UTC (rev 137403)
@@ -1,5 +1,17 @@
 2012-12-11  Dirk Pranke  <[email protected]>
 
+        buildbot: change run-webkit-tests --no-launch-safari to --no-show-results
+        https://bugs.webkit.org/show_bug.cgi?id=104299
+
+        Reviewed by Ryosuke Niwa.
+
+        Since --no-show-results is the more generically-named flag that NRWT uses.
+
+        * BuildSlaveSupport/build.webkit.org-config/master.cfg:
+        (RunWebKitTests):
+
+2012-12-11  Dirk Pranke  <[email protected]>
+
         remove --use-remote-links-to-tests from buildbot configs (except apple win)
         https://bugs.webkit.org/show_bug.cgi?id=104291
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to