From 13fb386e0a9115c98012c4d51b12ee805b03c1e4 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sat, 4 Sep 2010 18:26:57 +0200 Subject: [PATCH] Clean cache before first pch test to avoid error when $COMPILER is ccache --- test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test.sh b/test.sh index 32e388e06..26b34afa9 100755 --- a/test.sh +++ b/test.sh @@ -1635,6 +1635,7 @@ EOF backdate pch.h testname="create .gch, -c, no -o" + $CCACHE -zC >/dev/null $CCACHE $COMPILER -c pch.h checkstat 'cache hit (direct)' 0 checkstat 'cache hit (preprocessed)' 0 -- 2.47.3