diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-03-28 17:49:00 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-28 21:49:00 +0000 |
| commit | 6fb6b0c1f302e8637c96131c9ffc4c4b9f3f5f0f (patch) | |
| tree | dff55c1b345f317ebd3ec5a3b62c26ed27d5830c /cli/tests/testdata | |
| parent | c65149c0a072fa710098b14776c6cd3cc8a204d6 (diff) | |
chore: restore pty tests and make them run on the Linux CI (#18424)
1. Rewrites the tests to be more back and forth rather than getting the
output all at once (which I believe was causing the hangs on linux and
maybe mac)
2. Runs the pty tests on the linux ci.
3. Fixes a bunch of tests that were just wrong.
4. Adds timeouts on the pty tests.
Diffstat (limited to 'cli/tests/testdata')
| -rw-r--r-- | cli/tests/testdata/run/stdio_streams_are_locked_in_permission_prompt/text.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/tests/testdata/run/stdio_streams_are_locked_in_permission_prompt/text.txt b/cli/tests/testdata/run/stdio_streams_are_locked_in_permission_prompt/text.txt deleted file mode 100644 index e6177e9cf..000000000 --- a/cli/tests/testdata/run/stdio_streams_are_locked_in_permission_prompt/text.txt +++ /dev/null @@ -1 +0,0 @@ -\x1B[2J\x1B[1;1H
\ No newline at end of file |
