aboutsummaryrefslogtreecommitdiff
path: root/ci/test/04_install.sh
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-08-27 15:53:02 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-08-27 15:58:50 -0400
commitfa27372e65359f12bea9ac0680d6bcb96680dda8 (patch)
tree31755ab3cd71d3a5e9cdec55d39fbb2b904f53da /ci/test/04_install.sh
parentfa60583d23653ca02c8071934a35964bd31fcc2b (diff)
downloadbitcoin-fa27372e65359f12bea9ac0680d6bcb96680dda8.tar.xz
ci: Move CCACHE_DIR and test_runner tmp dir into ./ci/scratch/
Diffstat (limited to 'ci/test/04_install.sh')
-rwxr-xr-xci/test/04_install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/test/04_install.sh b/ci/test/04_install.sh
index 3535746e83..54d7a9b814 100755
--- a/ci/test/04_install.sh
+++ b/ci/test/04_install.sh
@@ -6,6 +6,7 @@
export LC_ALL=C.UTF-8
+mkdir -p "${BASE_SCRATCH_DIR}"
ccache echo "Creating ccache dir if it didn't already exist"
if [ ! -d ${DIR_QA_ASSETS} ]; then