From 4dc642aa622cfac09f2f4752907137d68d8508fe Mon Sep 17 00:00:00 2001 From: Thiago de Arruda Date: Wed, 16 Jul 2014 16:51:14 -0300 Subject: api tests: set 'initpython' in BeforeEachTest This is required to run some tests of the python client --- scripts/run-api-tests.exp | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/run-api-tests.exp b/scripts/run-api-tests.exp index a1b7d68644..b9d37ca903 100755 --- a/scripts/run-api-tests.exp +++ b/scripts/run-api-tests.exp @@ -22,6 +22,7 @@ set nvim_id $spawn_id send { :function BeforeEachTest() set all& + let &initpython = 'python -c "import neovim; neovim.start_host()"' redir => groups silent augroup redir END -- cgit