Hi, On Thu, Sep 20, 2018 at 5:27 PM K.Takata <[email protected]> wrote: > > Current tests output too many messages including escape sequences for > updating the Vim's screen. It is very hard to see the log of Travis CI > because of this. Redirect the outputs to /dev/null to reduce the > messages. >
Will this also suppress the error messages from the failing script? When a particular test fails, it is useful to see the output with the errors. Of course, it is not useful to look at the screen escape sequences. Regards, Yegappan > > ________________________________ > > You can view, comment on, or merge this pull request online at: > > https://github.com/vim/vim/pull/3456 > > Commit Summary > > Travis CI: Reduce log messages > > File Changes > > M src/testdir/Makefile (8) > > Patch Links: > > https://github.com/vim/vim/pull/3456.patch > https://github.com/vim/vim/pull/3456.diff > -- -- 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.
