Skip to content

Commit

Permalink
No merge plz - checking if docker has a tty
Browse files Browse the repository at this point in the history
  • Loading branch information
zenmonkeykstop committed Jan 19, 2024
1 parent 766ffa5 commit 443ce44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions securedrop/bin/dev-shell
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ function docker_run() {
DOCKER_RUN_ARGUMENTS="${DOCKER_RUN_ARGUMENTS} -it"
fi

echo "Docker run args are: ${DOCKER_RUN_ARGUMENTS}"
# The --shm-size argument sets up dedicated shared memory for the
# container. Our tests can fail with the default of 64m.
$DOCKER_BIN run $ci_env \
Expand Down

0 comments on commit 443ce44

Please sign in to comment.