mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-16 05:12:47 +08:00
![]() The issue here is we start some short `sleep`s in the background, wait for a prompt, and only *then* wait for jobs, and *then* check for the job end output. That means if the prompt takes too long, we'll read the job end messages with the `expect_prompt`. Instead of increasing the timeouts, just wait on the same line and remove that prompt. |
||
---|---|---|
.. | ||
checks | ||
pexpects | ||
test_functions | ||
.gitignore | ||
fish_test_helper.c | ||
history_sample_bash | ||
history_sample_corrupt1 | ||
history_sample_fish_1_x | ||
history_sample_fish_2_0 | ||
interactive.config | ||
littlecheck.py | ||
pexpect_helper.py | ||
test_driver.py |