Title: [117621] trunk/Tools
Revision
117621
Author
[email protected]
Date
2012-05-18 13:45:11 -0700 (Fri, 18 May 2012)

Log Message

[EFL] Buildbot output does not print result stats anymore
https://bugs.webkit.org/show_bug.cgi?id=85366

Patch by Thiago Marcos P. Santos <[email protected]> on 2012-05-18
Reviewed by Ryosuke Niwa.

Make run-webkit-tests pass --verbose to new-run-webkit-tests
on EFL Debug bot.

* Scripts/run-webkit-tests:
(runningOnBuildBot):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (117620 => 117621)


--- trunk/Tools/ChangeLog	2012-05-18 20:42:14 UTC (rev 117620)
+++ trunk/Tools/ChangeLog	2012-05-18 20:45:11 UTC (rev 117621)
@@ -1,3 +1,16 @@
+2012-05-18  Thiago Marcos P. Santos  <[email protected]>
+
+        [EFL] Buildbot output does not print result stats anymore
+        https://bugs.webkit.org/show_bug.cgi?id=85366
+
+        Reviewed by Ryosuke Niwa.
+
+        Make run-webkit-tests pass --verbose to new-run-webkit-tests
+        on EFL Debug bot.
+
+        * Scripts/run-webkit-tests:
+        (runningOnBuildBot):
+
 2012-05-18  Tony Chang  <[email protected]>
 
         remove the CSS_GRID_LAYOUT compiler define, but default grid layout to off

Modified: trunk/Tools/Scripts/run-webkit-tests (117620 => 117621)


--- trunk/Tools/Scripts/run-webkit-tests	2012-05-18 20:42:14 UTC (rev 117620)
+++ trunk/Tools/Scripts/run-webkit-tests	2012-05-18 20:45:11 UTC (rev 117621)
@@ -51,7 +51,7 @@
     # This is a hack to detect if we're running on the buildbot so we can
     # pass --verbose to new-run-webkit-tests.  This will be removed when we
     # update the buildbot config to call new-run-webkit-tests explicitly.
-    my %isBuildBotUser = ("apple" => 1, "buildbot" => 1, "webkitbuildbot" => 1, "slave" => 1);
+    my %isBuildBotUser = ("apple" => 1, "buildbot" => 1, "webkitbuildbot" => 1, "slave" => 1, "buildslave-1" => 1);
     return $isBuildBotUser{$ENV{"USER"}};
 }
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to