buildlogs: index.php - match CS (mono) errors

glen glen at pld-linux.org
Sun Sep 8 15:23:26 CEST 2013


Author: glen                         Date: Sun Sep  8 13:23:25 2013 GMT
Module: buildlogs                     Tag: HEAD
---- Log message:
- match CS (mono) errors

---- Files affected:
buildlogs:
   index.php (1.23 -> 1.24) 

---- Diffs:

================================================================
Index: buildlogs/index.php
diff -u buildlogs/index.php:1.23 buildlogs/index.php:1.24
--- buildlogs/index.php:1.23	Sat Sep  7 23:18:46 2013
+++ buildlogs/index.php	Sun Sep  8 15:23:20 2013
@@ -364,7 +364,7 @@
 		}
 		$s = htmlspecialchars($s);
 		// highlight errors
-		if (preg_match("/errors?:/i", $s)) {
+		if (preg_match("/error(s|\sCS\d+)?:/i", $s)) {
 			$err_count++;
 			$toc[] = "error $err_count";
 			$err[] = $s;
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/buildlogs/index.php?r1=1.23&r2=1.24



More information about the pld-cvs-commit mailing list