mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 04:41:14 -03:00
tests: More slack for ASAN
Disable one and add a sleep to another
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
#RUN: %fish %s
|
#RUN: %fish %s
|
||||||
#REQUIRES: command -v tmux
|
#REQUIRES: command -v tmux
|
||||||
#REQUIRES: uname -r | grep -qv Microsoft
|
#REQUIRES: uname -r | grep -qv Microsoft
|
||||||
|
# disable on github actions because it's flakey
|
||||||
|
#REQUIRES: test -z "$CI"
|
||||||
|
|
||||||
isolated-tmux-start
|
isolated-tmux-start
|
||||||
|
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ expect_prompt()
|
|||||||
sendline("echo cat dog")
|
sendline("echo cat dog")
|
||||||
expect_prompt("cat dog")
|
expect_prompt("cat dog")
|
||||||
|
|
||||||
|
sleep(0.5)
|
||||||
sendline("eval (string replace dog tiger -- $history[1])")
|
sendline("eval (string replace dog tiger -- $history[1])")
|
||||||
expect_prompt("cat tiger")
|
expect_prompt("cat tiger")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user