aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/run_test.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/scripts/run_test.sh b/scripts/run_test.sh
deleted file mode 100644
index 7221ef80..00000000
--- a/scripts/run_test.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-PJ_ROOT=$(pwd)
-
-if [ ! -d ./neovim ]; then
- git clone --depth 1 https://github.com/neovim/neovim
-fi
-
-cd ./neovim
-
-make functionaltest \
- BUSTED_ARGS="--lpath=$PJ_ROOT/?.lua --lpath=$PJ_ROOT/lua/?.lua --lpath=$PJ_ROOT/lua/lspconfig/?.lua" \
- TEST_FILE="../test/lspconfig_spec.lua"