mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[GH-ISSUE #51] pty test fails with "Inappropriate ioctl for device" #41
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#41
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jakubjedelsky on GitHub (Jan 27, 2014).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/51
Pty test fails when runs with routed output (eg. piped to
teecommand). Problem is infcntl.ioctl, which return error in non-interactive shell environment.nosetests -v tests/pty_recorder_test.py | tee tests.log@ku1ik commented on GitHub (Mar 18, 2014):
Closing as #52 fixed that.