mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 20:18:32 +00:00
Fix environment variable for triggering embedded tests
NVIM should be used for all technical identifiers and this was changed in the python-client
This commit is contained in:
@@ -23,7 +23,7 @@ fi
|
||||
|
||||
valgrind_check "$tmpdir"
|
||||
|
||||
export NEOVIM_SPAWN_ARGV="[\"valgrind\", \"-q\", \"--track-origins=yes\", \"--leak-check=yes\", \"--suppressions=$suppressions\", \"--log-file=$tmpdir/valgrind-%p.log\", \"../build/bin/nvim\", \"-u\", \"NONE\", \"--embedded-mode\"]"
|
||||
export NVIM_SPAWN_ARGV="[\"valgrind\", \"-q\", \"--track-origins=yes\", \"--leak-check=yes\", \"--suppressions=$suppressions\", \"--log-file=$tmpdir/valgrind-%p.log\", \"../build/bin/nvim\", \"-u\", \"NONE\", \"--embedded-mode\"]"
|
||||
if ! nosetests --verbosity=2 --nologcapture; then
|
||||
valgrind_check "$tmpdir"
|
||||
exit 1
|
||||
|
Reference in New Issue
Block a user