File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ tests: tests_vim tests_neovim
33tests_vim :
44 touch /tmp/.vim-tpipeline.test && TMUX=' ' tmux -L vim-tpipeline -f tmux.conf new-session ' vim -f --not-a-term -u vimrc -S run_test.vim test_general.vim || rm /tmp/.vim-tpipeline.test' && rm /tmp/.vim-tpipeline.test & > /dev/null || ( cat * .failed.log && false )
55tests_neovim :
6- touch /tmp/.vim-tpipeline.test && TMUX=' ' tmux -L vim-tpipeline -f tmux.conf new-session ' nvim -f - u vimrc -S run_test.vim test_general.vim || rm /tmp/.vim-tpipeline.test' && rm /tmp/.vim-tpipeline.test & > /dev/null || ( cat * .failed.log && false )
6+ touch /tmp/.vim-tpipeline.test && TMUX=' ' tmux -L vim-tpipeline -f tmux.conf new-session ' nvim -u vimrc -S run_test.vim test_general.vim || rm /tmp/.vim-tpipeline.test' && rm /tmp/.vim-tpipeline.test & > /dev/null || ( cat * .failed.log && false )
You can’t perform that action at this time.
0 commit comments