mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-12-23 19:39:07 +00:00
Fix Travis CI build
The size of pseudo-terminal in Travis CI environment can be small
This commit is contained in:
parent
b5850ebd4c
commit
a1b60b1d42
@ -881,7 +881,7 @@ class TestGoFZF < TestBase
|
|||||||
}.each do |ts, exp|
|
}.each do |ts, exp|
|
||||||
tmux.prepare
|
tmux.prepare
|
||||||
tmux.send_keys %[cat #{tempname} | fzf --tabstop=#{ts}], :Enter
|
tmux.send_keys %[cat #{tempname} | fzf --tabstop=#{ts}], :Enter
|
||||||
tmux.until { |lines| lines[-3] == exp }
|
tmux.until { |lines| exp.start_with? lines[-3].to_s.strip.sub(/\.\.$/, '') }
|
||||||
tmux.send_keys :Enter
|
tmux.send_keys :Enter
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user