From: Alex Rousskov Date: Tue, 17 Mar 2009 04:47:08 +0000 (-0600) Subject: Polished. X-Git-Tag: SQUID_3_2_0_1~1119^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=395093ad555ed7b10df8f83562d82bd4d1088ed4;p=thirdparty%2Fsquid.git Polished. --- diff --git a/test-builds.sh b/test-builds.sh index 046c7ad6b9..96ce1721ad 100755 --- a/test-builds.sh +++ b/test-builds.sh @@ -67,6 +67,8 @@ buildtest() { result=0 fi + # Display BUILD parameters to double check that we are building the + # with the right parameters. TODO: Make less noisy. grep -E "BUILD" ${log} errors="^ERROR|\ error:|\ Error\ |No\ such|assertion\ failed|FAIL:" @@ -83,7 +85,7 @@ buildtest() { echo "Build OK. Global result is $globalResult." fi else - echo "Build Failed ($result):" + echo "Build Failed. Last log lines are:" tail -5 ${log} globalResult=1 fi