mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-15 01:17:45 +00:00
e6cdd315d1
I *think* this might sometimes (on CI) be eating the prompt, so that the actual `prompt` part of `expect_prompt` doesn't find anything. On Github Actions we see things like: ``` Testing file pexpects/generic.py ... Failed to match pattern: prompt 5 generic.py:35: timeout from expect_prompt("echo .history.*") [...] OUTPUT +1.08 ms (Line 31): \rprompt 4> INPUT +0.35 ms (Line 34): echo $history[1]\n OUTPUT +1.58 ms (Line 35): echo $history[1]\r\necho $history[1]\r\n⏎ \r⏎ \r\rprompt 5> ``` so the prompt *is* printed, it's just not correctly matched. |
||
---|---|---|
.. | ||
bind.py | ||
bind_mode_events.py | ||
cancel_event.py | ||
commandline.py | ||
complete.py | ||
exit.py | ||
exit_handlers.py | ||
fg.py | ||
fkr.py | ||
generic.py | ||
histfile.py | ||
history.py | ||
isatty.py | ||
job_summary.py | ||
pipeline.py | ||
postexec.py | ||
read.py | ||
set_color.py | ||
sigint.py | ||
signals.py | ||
tty_ownership.py | ||
wait.py |