Christian wrote:
> On Do, 06 Jun 2019, Bram Moolenaar wrote: > > > Patch 8.1.1476 > > Problem: No statistics displayed after running tests. > > Solution: Summarize the test results. (Christian Brabandt, closes #4391) > > Also make it possible to report a skipped file. > > Files: src/Makefile, src/testdir/Makefile, > > src/testdir/summarize.vim, > > src/testdir/runtest.vim, src/testdir/test_arabic.vim, > > src/testdir/test_autochdir.vim, src/testdir/test_balloon.vim > > Thanks! Did some more tweaking, Travis showed more errors than what I got with local testing. We can also throw more "skipped" exceptions in various places, now that the are listed together it's more useful. > > *** ../vim-8.1.1475/src/testdir/Makefile 2019-02-21 21:50:42.603751312 > > +0100 > > --- src/testdir/Makefile 2019-06-06 12:56:44.810633118 +0200 > > *************** > > *** 12,18 **** > > # Comment out this line to see the verbose output of tests. > > # > > # Catches SwapExists to avoid hanging at the ATTENTION prompt. > > ! REDIR_TEST_TO_NULL = --cmd 'au SwapExists * let v:swapchoice = "e"' > > > /dev/null > > > > # Uncomment this line to use valgrind for memory leaks and extra warnings. > > # The output goes into a file "valgrind.testN" > > --- 12,18 ---- > > # Comment out this line to see the verbose output of tests. > > # > > # Catches SwapExists to avoid hanging at the ATTENTION prompt. > > ! # REDIR_TEST_TO_NULL = --cmd 'au SwapExists * let v:swapchoice = "e"' > > > /dev/null > > That looks wrong. I think it is not necessary to comment it out. Forgot to remove this from the patch, I'll send out a patch. -- hundred-and-one symptoms of being an internet addict: 93. New mail alarm on your palmtop annoys other churchgoers. /// 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/201906061238.x56CcK8j032657%40masaka.moolenaar.net. For more options, visit https://groups.google.com/d/optout.
