From: Amos Jeffries Date: Fri, 27 Mar 2009 22:13:35 +0000 (+1300) Subject: TestBed: Add various undefined errors to reported X-Git-Tag: SQUID_3_1_0_7~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0f6442bc32c2b2a16ad26890a0f3d5d322dcc757;p=thirdparty%2Fsquid.git TestBed: Add various undefined errors to reported --- diff --git a/test-builds.sh b/test-builds.sh index 96ce1721ad..45f368750e 100755 --- a/test-builds.sh +++ b/test-builds.sh @@ -71,7 +71,7 @@ buildtest() { # with the right parameters. TODO: Make less noisy. grep -E "BUILD" ${log} - errors="^ERROR|\ error:|\ Error\ |No\ such|assertion\ failed|FAIL:" + errors="^ERROR|\ error:|\ Error\ |No\ such|assertion\ failed|FAIL:|:\ undefined" grep -E "${errors}" ${log} if test "${cleanup}" = "yes" ; then