From: Amos Jeffries Date: Thu, 3 Sep 2009 11:57:46 +0000 (+1200) Subject: TestBed: Correct verbose conditional summary display X-Git-Tag: SQUID_3_2_0_1~748 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e7b3cad3e784af772df3e4fbd1a51ac1420934be;p=thirdparty%2Fsquid.git TestBed: Correct verbose conditional summary display --- diff --git a/test-builds.sh b/test-builds.sh index 68f2b2b3ab..8aaf47b476 100755 --- a/test-builds.sh +++ b/test-builds.sh @@ -90,7 +90,7 @@ buildtest() { echo "Build OK. Global result is $globalResult." fi else - if test "${verbose}" = "yes" ; then + if test "${verbose}" != "yes" ; then echo "Build Failed. Last log lines are:" tail -20 ${log} else