]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1461: tests do not run or are not reliable on some systems v8.1.1461
authorBram Moolenaar <Bram@vim.org>
Mon, 3 Jun 2019 21:07:25 +0000 (23:07 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 3 Jun 2019 21:07:25 +0000 (23:07 +0200)
commitddd3308782e931a2c390d692cb23c40d8169bd6f
treecb381bc3e141f8f494e40c6a454d9cff170a93c6
parent02e15072be08ef4ae03d673fc95ed6234e749e1c
patch 8.1.1461: tests do not run or are not reliable on some systems

Problem:    Tests do not run or are not reliable on some systems.
Solution:   Use "findstr" instead of "grep" on MS-Windows. Clear
            PROMPT_COMMAND in the terminal test. Delete temp file. Wait for
            output after executing a debug command. (Yegappan Lakshmanan,
            closes #4479)
src/testdir/test_debugger.vim
src/testdir/test_environ.vim
src/testdir/test_filetype.vim
src/testdir/test_source.vim
src/testdir/test_terminal.vim
src/version.c