Merge pull request #570 from besser82/bugfix/ccache-testsuite
Ignore locally installed ccache when running CCache unit tests
This commit is contained in:
commit
8320d484e8
1 changed files with 5 additions and 0 deletions
|
|
@ -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.$$
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue