Revision: 5653 http://ipcop.svn.sourceforge.net/ipcop/?rev=5653&view=rev Author: gespinasse Date: 2011-04-30 16:25:23 +0000 (Sat, 30 Apr 2011)
Log Message: ----------- Adapt error-parser match for cairo Modified Paths: -------------- ipcop/trunk/tools/error-parser Modified: ipcop/trunk/tools/error-parser =================================================================== --- ipcop/trunk/tools/error-parser 2011-04-30 16:05:58 UTC (rev 5652) +++ ipcop/trunk/tools/error-parser 2011-04-30 16:25:23 UTC (rev 5653) @@ -69,7 +69,9 @@ # ^ERROR:|^FAIL:|^XPASS: from automake and derivated # ' program timed out' from gcc # 'generated an error' from libxml2, try to compile (if that compile) --with-minimum --with-output to trigger error + # ': FAIL |: FAIL" from cairo (separated with space in middle, with tab in end of line) $errorstring= "^FAIL:|^ERROR:|^XPASS:| FAILED | UNEXPECTED PASS |^UNSUPPORTED | program timed out| generated an error"; + $errorstring= "${errorstring}|: FAIL |: FAIL"; # Add " Error " match for every package but sed # sed produce 'make[4]: *** [utf8-x] Error 1' that result in XFAIL, so not a real error This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective network management toolset available today. Delivers lowest initial acquisition cost and overall TCO of any competing solution. http://p.sf.net/sfu/whatsupgold-sd _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn