Title: [90433] trunk/Tools
- Revision
- 90433
- Author
- [email protected]
- Date
- 2011-07-05 20:50:23 -0700 (Tue, 05 Jul 2011)
Log Message
2011-07-05 Eric Seidel <[email protected]>
Make run-webkit-tests pass --verbose to new-run-webkit-tests on qt/gtk bots.
Reviewed by Adam Barth.
* Scripts/run-webkit-tests:
(runningOnBuildBot):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (90432 => 90433)
--- trunk/Tools/ChangeLog 2011-07-06 03:44:09 UTC (rev 90432)
+++ trunk/Tools/ChangeLog 2011-07-06 03:50:23 UTC (rev 90433)
@@ -1,3 +1,12 @@
+2011-07-05 Eric Seidel <[email protected]>
+
+ Make run-webkit-tests pass --verbose to new-run-webkit-tests on qt/gtk bots.
+
+ Reviewed by Adam Barth.
+
+ * Scripts/run-webkit-tests:
+ (runningOnBuildBot):
+
2011-07-05 Adam Barth <[email protected]>
Add results_unittests.js to garden-o-matic
Modified: trunk/Tools/Scripts/run-webkit-tests (90432 => 90433)
--- trunk/Tools/Scripts/run-webkit-tests 2011-07-06 03:44:09 UTC (rev 90432)
+++ trunk/Tools/Scripts/run-webkit-tests 2011-07-06 03:50:23 UTC (rev 90433)
@@ -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);
+ my %isBuildBotUser = ("apple" => 1, "buildbot" => 1, "webkitbuildbot" => 1, "slave" => 1);
return $isBuildBotUser{$ENV{"USER"}};
}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes