From: Alex Rousskov Date: Tue, 17 Mar 2009 04:18:32 +0000 (-0600) Subject: Polshed debugging, comments. X-Git-Tag: SQUID_3_2_0_1~1119^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9d6eb0e07c7e0115c566b997ced2f3e724af4f5c;p=thirdparty%2Fsquid.git Polshed debugging, comments. --- diff --git a/test-builds.sh b/test-builds.sh index aaa9d8c4d8..583cff0f21 100755 --- a/test-builds.sh +++ b/test-builds.sh @@ -88,7 +88,7 @@ buildtest() { if test $result -eq 0; then # successful execution if test "$verbose" = yes; then - echo 'Build OK.' + echo "Build OK. Global result is $globalResult." fi else echo "Build Failed ($result):" @@ -102,8 +102,8 @@ buildtest() { fi } -# decide what tests to run, $* contains test spec names or filenames -# use all knows specs if $* is empty +# Decide what tests to run, $* contains test spec names or filenames. +# Use all knows specs if $* is empty or a special macro called 'all'. if test -n "$*" -a "$*" != all; then tests="$*" else