Revision: 5655 http://ipcop.svn.sourceforge.net/ipcop/?rev=5655&view=rev Author: gespinasse Date: 2011-04-30 16:43:48 +0000 (Sat, 30 Apr 2011)
Log Message: ----------- Make the first errorstring line shorter Use more perlish style to concatenate a string Modified Paths: -------------- ipcop/trunk/tools/error-parser Modified: ipcop/trunk/tools/error-parser =================================================================== --- ipcop/trunk/tools/error-parser 2011-04-30 16:28:03 UTC (rev 5654) +++ ipcop/trunk/tools/error-parser 2011-04-30 16:43:48 UTC (rev 5655) @@ -70,8 +70,8 @@ # ' 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"; + $errorstring = "^FAIL:|^ERROR:|^XPASS:| FAILED | UNEXPECTED PASS |^UNSUPPORTED "; + $errorstring .= "| program timed out| generated an error|: 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