]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.2045: tests: checking for swap files takes time v9.0.2045
authorzeertzjq <zeertzjq@outlook.com>
Wed, 18 Oct 2023 09:50:37 +0000 (11:50 +0200)
committerChristian Brabandt <cb@256bit.org>
Wed, 18 Oct 2023 09:50:37 +0000 (11:50 +0200)
commita0e1f06f04da3444e278ddf47e2ea3d5857a7dec
treeaf657a2c89d454ca2fb3952db7c44866ad6fcc98
parent0672595fd50e9ae668676a40e28ebf66d7f52392
patch 9.0.2045: tests: checking for swap files takes time

Problem:  tests: checking for swap files takes time
Solution: don't check for swap files  when test has been skipped

Check for swap files takes a considerable about of time, so don't do
that for skipped tests to avoid wasting time.

closes: #13371

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
src/testdir/runtest.vim
src/version.c