Don't fail on Jenkins for lack of stty support

This commit is contained in:
Andrew Schwartzmeyer 2015-12-23 14:07:50 -08:00
parent 001bca812e
commit 124fe201bf

View file

@ -3,4 +3,4 @@ export CORE_ROOT=$(pwd)/bin
# XML files are not executable
chmod -x pester-tests.xml
# Fix tty due to possible bug in .NET
stty echo
stty echo || true