Problem: When running newtests, it may unexpectedly stop just before test_options_all.
Cause: When generating the opt_test.vim file for test_options_all, the failure is judged by the existence of test.log. Therefore, if a test performed before test_options_all fails and test.log is created, it is mistakenly thought that the generation of opt_tet.vim has failed, and the test process stops there.
Solution: Changed the filename created when utils/gen_opt_test.vim fails from test.log to gen_opt_test.log, so that it can be detected independently from other test failures.
https://github.com/vim/vim/pull/18928
(4 files)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
ah thanks. This has bothered me a few times when viewing the CI output. Thanks.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()