From: Gregor Jasny Date: Tue, 29 Jun 2021 09:27:38 +0000 (+0200) Subject: Mark tests as skipped for unsupported compilers X-Git-Tag: v4.4~170^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=93236f0aef85d8f5296e005352adeb577e5ef0bc;p=thirdparty%2Fccache.git Mark tests as skipped for unsupported compilers --- diff --git a/test/run b/test/run index aa3d288f3..57c7dd8d5 100755 --- a/test/run +++ b/test/run @@ -480,8 +480,8 @@ case $compiler_version in CLANG_VERSION_SUFFIX=$(echo "${COMPILER%% *}" | sed 's/.*clang//') ;; *) - echo "WARNING: Compiler $COMPILER not supported (version: $compiler_version) -- not running tests" >&2 - exit 0 + echo "WARNING: Compiler $COMPILER not supported (version: $compiler_version) -- Skipped running tests" >&2 + exit $skip_code ;; esac