mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
a91210f499
Github Actions execution environments lack tty, which is needed for integration tests. We have used script utility before to provide a fake tty, but it appears to be buggy on CentOS 7. Since we use ssh anyway to access Vagant VM, add -tt to forcefully allocate a tty. Apparently, neither "TERM=xterm" nor "stty size" is needed for any tests to work, so remove those, too. Finally, unit tests do not need a terminal, so remove the "script" from those. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>