Merge pull request #570 from besser82/bugfix/ccache-testsuite

Ignore locally installed ccache when running CCache unit tests
This commit is contained in:
William S Fulton 2015-12-16 15:01:55 -05:00
commit 8320d484e8

View file

@ -15,6 +15,11 @@ else
SWIG=swig
fi
# fix: Remove ccache from $PATH if it exists
# as it will influence the unit tests
PATH="`echo $PATH | \
sed -e 's!:/usr\(/local\)*/lib\([0-9]\)*/ccache\(/\)*!!g'`"
CCACHE=../ccache-swig
TESTDIR=test.$$