mirror of
https://github.com/powerline/powerline.git
synced 2025-07-27 07:44:36 +02:00
Use compiled Vim binaries for Vim tests
Part 1: use latest single-python Vim builds
This commit is contained in:
parent
104cea9a5c
commit
5d6caaeecd
@ -1,8 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
. tests/bot-ci/scripts/common/main.sh
|
||||||
|
VIM=$PWD/tests/bot-ci/deps/vim/tip-$PYTHON_VERSION/vim
|
||||||
FAILED=0
|
FAILED=0
|
||||||
for script in tests/*.vim ; do
|
for script in tests/test_*.vim ; do
|
||||||
if ! vim -u NONE -S $script || test -f message.fail ; then
|
if ! $VIM -u NONE -S $script || test -f message.fail ; then
|
||||||
echo "Failed script $script" >&2
|
echo "Failed script $script run with $VIM" >&2
|
||||||
cat message.fail >&2
|
cat message.fail >&2
|
||||||
rm message.fail
|
rm message.fail
|
||||||
FAILED=1
|
FAILED=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user