mirror of
https://github.com/powerline/powerline.git
synced 2025-04-08 19:25:04 +02:00
Remove “output is not to a terminal” from Vim output
This commit is contained in:
parent
cbea5357a9
commit
29d0a3c171
@ -18,7 +18,7 @@ test_vim() {
|
|||||||
ln -sf "$(which "${POWERLINE_VIM_EXE}")" "$TEST_ROOT/path/vim"
|
ln -sf "$(which "${POWERLINE_VIM_EXE}")" "$TEST_ROOT/path/vim"
|
||||||
f="$ROOT/tests/test_in_vterm/test_vim.py"
|
f="$ROOT/tests/test_in_vterm/test_vim.py"
|
||||||
if ! "${PYTHON}" "$f" ; then
|
if ! "${PYTHON}" "$f" ; then
|
||||||
local test_name="$(LANG=C "$POWERLINE_VIM_EXE" --cmd 'echo version' --cmd qa 2>&1)"
|
local test_name="$(LANG=C "$POWERLINE_VIM_EXE" --cmd 'echo version' --cmd qa 2>&1 | tail -n2)"
|
||||||
fail "$test_name" F "Failed vterm test $f"
|
fail "$test_name" F "Failed vterm test $f"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user