Get tests running and passing with NeoVim 0.2 and 0.3

This commit is contained in:
w0rp
2018-06-28 13:53:49 +01:00
parent 8b407ed0e7
commit d581fca35e
16 changed files with 132 additions and 77 deletions

View File

@@ -3,8 +3,7 @@
set -e
set -u
image=w0rp/ale
docker_flags=(--rm -v "$PWD:/testplugin" -v "$PWD/test:/home" -w /testplugin "$image")
docker_flags=(--rm -v "$PWD:/testplugin" -v "$PWD/test:/home" -w /testplugin "$DOCKER_RUN_IMAGE")
red='\033[0;31m'
green='\033[0;32m'
nc='\033[0m'