Hi Bram, 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! > *** ../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. Mit freundlichen Grüßen Christian -- Wer die Menschen kennt, liebt die Tiere. Und wer die Tiere kennt - liebt die Pflanzen. -- -- 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/20190606114608.GK23877%40256bit.org. For more options, visit https://groups.google.com/d/optout.
