diff options
author | w0rp <devw0rp@gmail.com> | 2018-06-28 13:53:49 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2018-06-28 13:53:49 +0100 |
commit | d581fca35e2a09afc68dd43baa290c695f8a66a7 (patch) | |
tree | cf7be787ea8b1afacf9cd70482aa16f3a26b108a /test/script/run-vader-tests | |
parent | 8b407ed0e7f3913e1ef582042321067ebd72c127 (diff) | |
download | ale-d581fca35e2a09afc68dd43baa290c695f8a66a7.zip |
Get tests running and passing with NeoVim 0.2 and 0.3
Diffstat (limited to 'test/script/run-vader-tests')
-rwxr-xr-x | test/script/run-vader-tests | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/script/run-vader-tests b/test/script/run-vader-tests index 3e7e815c..e952faf0 100755 --- a/test/script/run-vader-tests +++ b/test/script/run-vader-tests @@ -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' |