File tree 1 file changed +1
-1
lines changed
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
3
3
tests_vim :
4
4
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 )
5
5
tests_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