From 13e86cb91e45ba603b47f7fa1b68b5973565463f Mon Sep 17 00:00:00 2001 From: Raphael Date: Thu, 11 May 2023 14:48:48 +0800 Subject: test: remove test depend and use vusted (#2603) --- scripts/run_test.sh | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 scripts/run_test.sh (limited to 'scripts') 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" -- cgit v1.2.3-70-g09d2