On 25-Nov-2009 Petr Splichal <[email protected]> wrote: > Hi all! > > Recently I've noticed that the Vim's "make test" does not return > appropriate exit code if something goes wrong during the testing. > > This makes the usual sequence "make && make test && make install" > unusable.
[...] Actually... the comment in src/Makefile is perfectly valid. The problem is that you seem to have worked on src/testdir/Makefile as it was in Vim 7.2.000, while in 7.2.015 it was changed so that "ALL DONE" is only displayed in case of all tests having passed and "make && make test && make install" works the way you wanted it to. There still remains the issue of displaying which tests have been performed, though, which - I believe - is a matter of personal taste. I have no opinion here. To prevent problems with outdated files from occurring in the future you might want to use one of the repositories tracking Vim source code: - SVN (described here: http://www.vim.org/subversion.php) - CVS (described here: http://www.vim.org/cvs.php) - git (available here: http://repo.or.cz/w/vim_mainline.git) There is also the vim-extended git repository, which additionally holds code for a few Vim extensions: http://repo.or.cz/w/vim_extended.git -- Cheers, Lech -- You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php
