]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
unset CCACHE_DISABLE so ccache on build farm with lcov is OK
authorAndrew Tridgell <tridge@samba.org>
Wed, 28 Feb 2007 04:23:43 +0000 (05:23 +0100)
committerAndrew Tridgell <tridge@samba.org>
Wed, 28 Feb 2007 04:23:43 +0000 (05:23 +0100)
test.sh

diff --git a/test.sh b/test.sh
index ad43f6edd4322becad3619bb15516ea0562929ad..c59bc49be1419ceb159fdad39e271097462fc778 100755 (executable)
--- a/test.sh
+++ b/test.sh
@@ -12,6 +12,9 @@ fi
 CCACHE=../ccache
 TESTDIR=test.$$
 
+unset CCACHE_DISABLE
+
+
 test_failed() {
     reason="$1"
     echo $1