From d616b3bafb6dcdceeb010ee5762dcbf0750aedfe Mon Sep 17 00:00:00 2001 From: Matyas Markovics Date: Wed, 17 Apr 2019 10:08:26 +0200 Subject: [PATCH] fix for 'ttyname failed: Inappropriate ioctl for device' during make test --- test/runner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runner.sh b/test/runner.sh index 21122ca..3223181 100755 --- a/test/runner.sh +++ b/test/runner.sh @@ -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