]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tests: docker-test must bind mount .ccache 4273/head
authorLoic Dachary <ldachary@redhat.com>
Sun, 5 Apr 2015 16:54:07 +0000 (18:54 +0200)
committerLoic Dachary <ldachary@redhat.com>
Sun, 5 Apr 2015 19:27:28 +0000 (21:27 +0200)
commit123230ce5587aae70526e9ebd2789c3883f47c4d
tree2e2cef6cea9ff31464e548908e522c0651c687ef
parentacfbc152c89300571056cd692925342111414202
tests: docker-test must bind mount .ccache

run-make-check.sh relies on ccache. If ~/.ccache is not bind mounted and
$HOME is not bind mounted either, ./configure will fail with an obscure
error because it cannot create the directory. Create the directory if it
does not exist already and avoid this problem. The worst that can happen
is that an empty .ccache directory is created and never used which
should not be a major inconvenience.

Signed-off-by: Loic Dachary <ldachary@redhat.com>
src/test/docker-test-helper.sh