Revision: 6848
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6848&view=rev
Author:   gespinasse
Date:     2012-11-18 09:02:52 +0000 (Sun, 18 Nov 2012)
Log Message:
-----------
Remove the space before FAILED to support actual mdadm produced log.
Futur mdadm version will support a more readable style (with FAILED in line 
with the script name)

Modified Paths:
--------------
    ipcop/trunk/tools/error-parser

Modified: ipcop/trunk/tools/error-parser
===================================================================
--- ipcop/trunk/tools/error-parser      2012-11-17 18:49:03 UTC (rev 6847)
+++ ipcop/trunk/tools/error-parser      2012-11-18 09:02:52 UTC (rev 6848)
@@ -98,7 +98,7 @@
                # ' program timed out' from gcc
                # ': FAIL |:    FAIL|CRASH" from cairo (separated with space in 
middle, with tab in end of line)
                # perl packages (not all) use '^not ok' to fail, but this is 
too often for broken tests with TODO, trying to match that give false alarm.
-               my $errorstring = "^FAIL:|^ERROR:|^XPASS:| FAILED | UNEXPECTED 
PASS |^UNSUPPORTED ";
+               my $errorstring = "^FAIL:|^ERROR:|^XPASS:|FAILED | UNEXPECTED 
PASS |^UNSUPPORTED ";
                $errorstring .= "| program timed out|: FAIL |:  FAIL|CRASH";
 
                # flex

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to