Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Commit 137b15a fails X02zlevi test



On my Fedora 17 and 20, X02zlevi.ztst always succeeds even without
the zpty_flush patch, and on my Mac OS X 10.8/10.9 and FreeBSD 9/10
it succeeds with the zpty_flush patch (already committed) plus my
previous patch (bind undo to ^K instead of ^R).

2014/02/14 02:39, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> A "sleep 1" at the top of zpty_flush may take care of this.

It seems adding 'sleep 1' at the END of zpty_flush works (i.e.,
the test succeeds with the zpty_flush patch but undo is bound to ^R).
But this makes the test very slow.
Actually, adding a 'sleep 1' after the

  zpty_flush Before zletest

in zle_test() seems to be enough (at least on my systems and for the
current set of tests), but the test is still rather slow.




Messages sorted by: Reverse Date, Date, Thread, Author