Skip to content

Commit

Permalink
fix for 'ttyname failed: Inappropriate ioctl for device' during make …
Browse files Browse the repository at this point in the history
…test
  • Loading branch information
matyasmarkovics committed Apr 17, 2019
1 parent 89597c5 commit d616b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d616b3b

Please sign in to comment.