]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
TestBed: Add various undefined errors to reported
authorAmos Jeffries <amosjeffries@squid-cache.org>
Thu, 26 Mar 2009 13:11:51 +0000 (07:11 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Thu, 26 Mar 2009 13:11:51 +0000 (07:11 -0600)
test-builds.sh

index 96ce1721ad61f8bd7e159c72dc72adaf49f14a63..45f368750e3936f29f13e0efd9e957deb77a7bd9 100755 (executable)
@@ -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