From 9d6eb0e07c7e0115c566b997ced2f3e724af4f5c Mon Sep 17 00:00:00 2001 From: Alex Rousskov Date: Mon, 16 Mar 2009 22:18:32 -0600 Subject: [PATCH] Polshed debugging, comments. --- test-builds.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.2