Christian Brabandt wrote: > On So, 05 Mär 2017, Bram Moolenaar wrote: > > Manuel Ortega wrote: > > > > > After a build and a `make clean`, I now find that `git status` shows: > > > "src/testdir/xxx" as an untracked item. > > > > > > This should either get cleaned up by `make clean`, or be gitignored. > > > > I also had this file, but after deleting it and running tests it doesn't > > come back. I suspect this problem is already fixed.
Duh, I had commented out that test and forgot to undo that. > I believe this comes from the newly generated opt_test.vim script. > Setting verbosefile=xxx will make Vim write out that file. > Please apply the attached patch I also see the more promt sometimes, need to "set nomore" after setting 'more'. > I also saw a leftover netbeans file sometimes. But I couldn't reproduce > how this one was left over. > > I personally don't like how the src/testdir/opt_test.vim is generated. > Can't we do that as part of test1.in, so that it will always be > recreated on a new test run and not only when make test is called from > the src dir? Yeah, it should be in the test directory. I found a way to make that work for Unix and DOS. Can't test on other systems, probably need some changes once it is reported to fail. > Also you might want to add the src/testdir/opt_test.vim to the > .gitignorefile since it is auto generated and it litters the git status > output. I'll do that. -- hundred-and-one symptoms of being an internet addict: 79. All of your most erotic dreams have a scrollbar at the right side. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
