forked from Docker/baseimage-docker
fix for 'ttyname failed: Inappropriate ioctl for device' during make test
This commit is contained in:
@@ -35,4 +35,4 @@ sleep 1
|
|||||||
echo " --> Logging into container and running tests"
|
echo " --> Logging into container and running tests"
|
||||||
sleep 1 # Give container some more time to start up.
|
sleep 1 # Give container some more time to start up.
|
||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user