Title: [88013] trunk/Tools
- Revision
- 88013
- Author
- [email protected]
- Date
- 2011-06-03 07:12:52 -0700 (Fri, 03 Jun 2011)
Log Message
2011-06-03 Andras Becsi <[email protected]>
Unreviewed build fix.
Fix typo.
* Scripts/old-run-webkit-tests:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (88012 => 88013)
--- trunk/Tools/ChangeLog 2011-06-03 13:56:34 UTC (rev 88012)
+++ trunk/Tools/ChangeLog 2011-06-03 14:12:52 UTC (rev 88013)
@@ -1,5 +1,13 @@
2011-06-03 Andras Becsi <[email protected]>
+ Unreviewed build fix.
+
+ Fix typo.
+
+ * Scripts/old-run-webkit-tests:
+
+2011-06-03 Andras Becsi <[email protected]>
+
Reviewed by Csaba Osztrogonác.
Print error message when there is no httpd present on the system
Modified: trunk/Tools/Scripts/old-run-webkit-tests (88012 => 88013)
--- trunk/Tools/Scripts/old-run-webkit-tests 2011-06-03 13:56:34 UTC (rev 88012)
+++ trunk/Tools/Scripts/old-run-webkit-tests 2011-06-03 14:12:52 UTC (rev 88013)
@@ -526,7 +526,7 @@
$ignoredDirectories{'http'} = 1;
$ignoredDirectories{'websocket'} = 1;
} elsif (!hasHTTPD()) {
- print "\nNo httpd found. Cannot run http tests.\nPlease use --no-http if you do not want to run http tests.\n"
+ print "\nNo httpd found. Cannot run http tests.\nPlease use --no-http if you do not want to run http tests.\n";
exit 1;
}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes