]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
TestBed: Correct verbose conditional summary display
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 3 Sep 2009 11:57:46 +0000 (23:57 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 3 Sep 2009 11:57:46 +0000 (23:57 +1200)
test-builds.sh

index 68f2b2b3ab1089da5763fd18f9f2b71fc1ae5cf4..8aaf47b476cdec1af8c3dbf05b99f66fd6129fcc 100755 (executable)
@@ -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