]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Polshed debugging, comments.
authorAlex Rousskov <rousskov@measurement-factory.com>
Tue, 17 Mar 2009 04:18:32 +0000 (22:18 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Tue, 17 Mar 2009 04:18:32 +0000 (22:18 -0600)
test-builds.sh

index aaa9d8c4d825e69faa300c4e3f24d07e800df062..583cff0f216e73606585bcfb7c3561bbbb791a68 100755 (executable)
@@ -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