]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1854: test_crash1() fails on CI v9.0.1854
authorChristian Brabandt <cb@256bit.org>
Sun, 3 Sep 2023 07:23:12 +0000 (09:23 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 3 Sep 2023 07:30:09 +0000 (09:30 +0200)
commitdb510ca8052884fd260f425025bacf44f6c92fa9
tree1f60b8dd639b78bb6fc21521578d6d0c7e052d5f
parent15cbaae31382f17c96a4519e334dd7ba4a90ecba
patch 9.0.1854: test_crash1() fails on CI

Problem:  test_crash1() fails on CI
Solution: don't run Screendump test, verify that it doesn't crash
          by running it through a shell command line, testing
          the exit value and concatenating success cmd using '&&'

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/test_crash.vim
src/version.c