]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Print a warning when not running tests.
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 30 May 2010 17:22:44 +0000 (19:22 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 30 May 2010 17:22:44 +0000 (19:22 +0200)
test.sh

diff --git a/test.sh b/test.sh
index aea4c3c1df35e160f758d3a2f05f7713a51bb685..0a45dcfa9233e2c2590d5d40354d474f9daecb0b 100755 (executable)
--- 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