From: Andrew Tridgell Date: Wed, 28 Feb 2007 04:23:43 +0000 (+0100) Subject: unset CCACHE_DISABLE so ccache on build farm with lcov is OK X-Git-Tag: v3.0pre0~194 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a83ccbebb20d276af4c9b97bb9c31ef26043a901;p=thirdparty%2Fccache.git unset CCACHE_DISABLE so ccache on build farm with lcov is OK --- diff --git a/test.sh b/test.sh index ad43f6edd..c59bc49be 100755 --- a/test.sh +++ b/test.sh @@ -12,6 +12,9 @@ fi CCACHE=../ccache TESTDIR=test.$$ +unset CCACHE_DISABLE + + test_failed() { reason="$1" echo $1