summaryrefslogtreecommitdiff
path: root/tests/getch.py
diff options
context:
space:
mode:
authorJeff Quast <contact@jeffquast.com>2015-09-20 16:56:49 -0700
committerJeff Quast <contact@jeffquast.com>2015-09-20 17:55:50 -0700
commit8e1921c1f29f5dcd7b0a7e29c77c1be0bf39c187 (patch)
tree3e8094ab190bfb640ff5e79ab862914cd41085ca /tests/getch.py
parentdd5cb38f555bf5861e0af33eae8f83a2a6e1e71c (diff)
downloadpexpect-git-8e1921c1f29f5dcd7b0a7e29c77c1be0bf39c187.tar.gz
Do not assert trailing output on TRAVIS-CI
Diffstat (limited to 'tests/getch.py')
-rwxr-xr-xtests/getch.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/getch.py b/tests/getch.py
index 7175e33..a362e52 100755
--- a/tests/getch.py
+++ b/tests/getch.py
@@ -47,3 +47,4 @@ if __name__ == '__main__':
main()
finally:
termios.tcsetattr(fd, termios.TCSADRAIN, old_settings)
+ sys.stdout.flush()