File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ script:
3535 - grep -q -- "-DDYNAMIC_PYTHON_DLL=\\\\\"$vi_cv_dll_name_python\\\\\"" src/auto/config.mk
3636 - grep -q -- "-DDYNAMIC_PYTHON3_DLL=\\\\\"$vi_cv_dll_name_python3\\\\\"" src/auto/config.mk
3737 - make -j$NPROC
38- - rm -f result; $VIMCMD -g -c "redir>result" -c "lua print(\"Test\")" -c "redir END" -c q; sleep 1 ; cat result; echo; grep -q -w Test result
39- - rm -f result; $VIMCMD -g -c "redir>result" -c "perl VIM::Msg(\"Test\")" -c "redir END" -c q; sleep 1 ; cat result; echo; grep -q -w Test result
40- - rm -f result; $VIMCMD -g -c "redir>result" -c "py print(\"Test\")" -c "redir END" -c q; sleep 1 ; cat result; echo; grep -q -w Test result
41- - rm -f result; $VIMCMD -g -c "redir>result" -c "py3 print(\"Test\")" -c "redir END" -c q; sleep 1 ; cat result; echo; grep -q -w Test result
42- - rm -f result; $VIMCMD -g -c "redir>result" -c "ruby puts(\"Test\")" -c "redir END" -c q; sleep 1 ; cat result; echo; grep -q -w Test result
38+ - rm -f result; $VIMCMD -g -f - c "redir>result" -c "lua print(\"Test\")" -c "redir END" -c q; cat result; echo; grep -q -w Test result
39+ - rm -f result; $VIMCMD -g -f - c "redir>result" -c "perl VIM::Msg(\"Test\")" -c "redir END" -c q; cat result; echo; grep -q -w Test result
40+ - rm -f result; $VIMCMD -g -f - c "redir>result" -c "py print(\"Test\")" -c "redir END" -c q; cat result; echo; grep -q -w Test result
41+ - rm -f result; $VIMCMD -g -f - c "redir>result" -c "py3 print(\"Test\")" -c "redir END" -c q; cat result; echo; grep -q -w Test result
42+ - rm -f result; $VIMCMD -g -f - c "redir>result" -c "ruby puts(\"Test\")" -c "redir END" -c q; cat result; echo; grep -q -w Test result
4343 - make test
4444
4545before_deploy :
You can’t perform that action at this time.
0 commit comments