mirror of https://github.com/dynup/kpatch
test: fix ccache
For some reason CCACHE_HASHDIR needs to be unset for ccache to work when building the integration tests from the kpatch-test script.
This commit is contained in:
parent
3d46973c40
commit
69b241ab38
|
@ -45,6 +45,7 @@ ROOTDIR="$(readlink -f $SCRIPTDIR/../..)"
|
||||||
# TODO: option to use system-installed binaries instead
|
# TODO: option to use system-installed binaries instead
|
||||||
KPATCH="sudo $ROOTDIR/kpatch/kpatch"
|
KPATCH="sudo $ROOTDIR/kpatch/kpatch"
|
||||||
RMMOD="sudo rmmod"
|
RMMOD="sudo rmmod"
|
||||||
|
unset CCACHE_HASHDIR
|
||||||
KPATCHBUILD="$ROOTDIR"/kpatch-build/kpatch-build
|
KPATCHBUILD="$ROOTDIR"/kpatch-build/kpatch-build
|
||||||
ERROR=0
|
ERROR=0
|
||||||
LOG=test.log
|
LOG=test.log
|
||||||
|
|
Loading…
Reference in New Issue