mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
Revert "Skip tmux tests on Github Actions macOS"
The previous commit switched to using screen-256color instead of tmux-256color, which makes these tests pass. This reverts commit 1c4bb214d2aaa90a9da28ba8b3e88a871d57460b.
This commit is contained in:
parent
c76ce101b8
commit
e0add36488
@ -1,9 +1,5 @@
|
||||
#RUN: %fish %s
|
||||
#REQUIRES: command -v tmux
|
||||
# Github Actions currently (2022-06-09)
|
||||
# doesn't include the tmux-256color terminfo on macOS.
|
||||
# So we skip tmux tests there.
|
||||
#REQUIRES: test -z "$CI" -o "$(uname)" != Darwin
|
||||
|
||||
set -g isolated_tmux_fish_extra_args -C '
|
||||
set -g fish_autosuggestion_enabled 0
|
||||
|
@ -1,9 +1,5 @@
|
||||
#RUN: %fish %s
|
||||
#REQUIRES: command -v tmux
|
||||
# Github Actions currently (2022-06-09)
|
||||
# doesn't include the tmux-256color terminfo on macOS.
|
||||
# So we skip tmux tests there.
|
||||
#REQUIRES: test -z "$CI" -o "$(uname)" != Darwin
|
||||
|
||||
isolated-tmux-start
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
#RUN: %fish %s
|
||||
#REQUIRES: command -v tmux
|
||||
# Github Actions currently (2022-06-09)
|
||||
# doesn't include the tmux-256color terminfo on macOS.
|
||||
# So we skip tmux tests there.
|
||||
#REQUIRES: test -z "$CI" -o "$(uname)" != Darwin
|
||||
|
||||
isolated-tmux-start
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
#RUN: %fish %s
|
||||
#REQUIRES: command -v tmux
|
||||
# Github Actions currently (2022-06-09)
|
||||
# doesn't include the tmux-256color terminfo on macOS.
|
||||
# So we skip tmux tests there.
|
||||
#REQUIRES: test -z "$CI" -o "$(uname)" != Darwin
|
||||
|
||||
set -g isolated_tmux_fish_extra_args -C '
|
||||
function fish_prompt; printf "prompt $status_generation> <$prompt_var> "; end
|
||||
|
Loading…
x
Reference in New Issue
Block a user