From: Joel Rosdahl Date: Sun, 30 May 2010 17:22:44 +0000 (+0200) Subject: Print a warning when not running tests. X-Git-Tag: v3.0~78 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=06cebc8375fc40cdf23d6e987766e73bc5f6994f;p=thirdparty%2Fccache.git Print a warning when not running tests. --- diff --git a/test.sh b/test.sh index aea4c3c1d..0a45dcfa9 100755 --- a/test.sh +++ b/test.sh @@ -1316,7 +1316,7 @@ case $compiler_version in *gcc*|2.95*) ;; *) - echo "Compiler $COMPILER not supported (version: $compiler_version) -- not running tests" >&2 + echo "WARNING: Compiler $COMPILER not supported (version: $compiler_version) -- not running tests" >&2 exit 0 ;; esac