Skip to content

Commit 4c1c573

Browse files
committed
scripts/run_test.sh: create ~/.shiv as tmpfs
since cqlsh move to use shiv, it's using this folder `~/.shiv` as a place to extract in this docker envirment, it didn't exist, and the user didn't had premission to create it. mounting it as tmpfs fixes the issue.
1 parent 547bb24 commit 4c1c573

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/run_test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ docker_cmd="docker run --init --detach=true \
145145
-u $(id -u ${USER}):$(id -g ${USER}) \
146146
${group_args[@]} \
147147
--tmpfs ${HOME}/.cache \
148+
--tmpfs ${HOME}/.shiv \
148149
-v ${HOME}/.local:${HOME}/.local \
149150
-v ${HOME}/.ccm:${HOME}/.ccm \
150151
-v ${HOME}/.m2:${HOME}/.m2 \

0 commit comments

Comments
 (0)