Skip to content

Commit

Permalink
Fix environment variable for triggering embedded tests
Browse files Browse the repository at this point in the history
NVIM should be used for all technical identifiers and this was changed in
the python-client
  • Loading branch information
tarruda committed Aug 29, 2014
1 parent e67e68b commit 15a3106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/api-python.sh
Expand Up @@ -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
Expand Down

0 comments on commit 15a3106

Please sign in to comment.