aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/run_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/run_test.sh')
-rw-r--r--scripts/run_test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/run_test.sh b/scripts/run_test.sh
index 164a4392..7221ef80 100644
--- a/scripts/run_test.sh
+++ b/scripts/run_test.sh
@@ -9,5 +9,5 @@ fi
cd ./neovim
make functionaltest \
- BUSTED_ARGS="--lpath=$PJ_ROOT/?.lua --lpath=$PJ_ROOT/lua/?.lua --lpath=$PJ_ROOT/lua/nvim_lsp/?.lua" \
- TEST_FILE="../test/nvim_lsp_spec.lua"
+ BUSTED_ARGS="--lpath=$PJ_ROOT/?.lua --lpath=$PJ_ROOT/lua/?.lua --lpath=$PJ_ROOT/lua/lspconfig/?.lua" \
+ TEST_FILE="../test/lspconfig_spec.lua"