mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 10:48:35 +02:00
tests: fix test (barbar) by creating the cache folder
This commit is contained in:
parent
e447c4ca42
commit
3797094d19
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@
|
||||||
buildPhase =
|
buildPhase =
|
||||||
if !dontRun
|
if !dontRun
|
||||||
then ''
|
then ''
|
||||||
|
mkdir -p .cache/nvim
|
||||||
|
|
||||||
output=$(HOME=$(realpath .) nvim -mn --headless "+q" 2>&1 >/dev/null)
|
output=$(HOME=$(realpath .) nvim -mn --headless "+q" 2>&1 >/dev/null)
|
||||||
if [[ -n $output ]]; then
|
if [[ -n $output ]]; then
|
||||||
echo "ERROR: $output"
|
echo "ERROR: $output"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue