From: Amos Jeffries Date: Thu, 26 Mar 2009 13:11:51 +0000 (-0600) Subject: TestBed: Add various undefined errors to reported X-Git-Tag: SQUID_3_2_0_1~1099 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b719102ea3e18633c220fb7daaa114b23052c887;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