diff options
author | opalmay <[email protected]> | 2023-02-17 16:47:19 +0200 |
---|---|---|
committer | opalmay <[email protected]> | 2023-02-24 17:18:10 +0200 |
commit | 6652533b34193ed6074a492491486a94c814025a (patch) | |
tree | 11142d6d46d67a087822c26eccf4905cbc664332 | |
parent | 20aa6d18a92803266e85a9dc5097ad29d071729e (diff) |
fix: unit tests
-rw-r--r-- | utils/ci/run_test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/ci/run_test.sh b/utils/ci/run_test.sh index 3e1bcf1b..2b8e582a 100644 --- a/utils/ci/run_test.sh +++ b/utils/ci/run_test.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash set -e -export LUNARVIM_RUNTIME_DIR="${LUNARVIM_RUNTIME_DIR:-"$HOME/.local/share/lunarvim"}" -export LUNARVIM_BASE_DIR="${LUNARVIM_BASE_DIR:-"$LUNARVIM_RUNTIME_DIR/lvim"}" +export LUNARVIM_DATA_DIR="${LUNARVIM_DATA_DIR:-"$HOME/.local/share/lvim"}" +export LUNARVIM_BASE_DIR="$LUNARVIM_DATA_DIR/core" export LVIM_TEST_ENV=true |