1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-25 11:57:56 +00:00

fix for 'ttyname failed: Inappropriate ioctl for device' during make test

This commit is contained in:
Matyas Markovics
2019-04-17 10:08:26 +02:00
parent 89597c5bc5
commit d616b3bafb

View File

@@ -35,4 +35,4 @@ sleep 1
echo " --> Logging into container and running tests"
sleep 1 # Give container some more time to start up.
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
tools/docker-ssh $ID < test/test.sh
tools/docker-ssh $ID bash < test/test.sh