Hi Daniel! On Fr, 14 Nov 2014, Daniel Hahler wrote:
> Hi, > > I have setup a vim-daily PPA for nighly builds of Vim, but it fails to > build because of test63. > > The complete build log can be seen at: > > https://launchpadlibrarian.net/190297666/buildlog_ubuntu-utopic-i386.vim_2%3A7.4.471-1%2Bdaily1%7E6349%7E1%7Ee4878c5%7Eubuntu14.10.1_FAILEDTOBUILD.txt.gz Under what terminal are those tests running? Somehow, Vim doesn't pick up the correct terminal or it is a simple dumb terminal which does not support coloring which causes the failure of test63 Here is a patch to fix this: diff --git a/src/testdir/test63.in b/src/testdir/test63.in --- a/src/testdir/test63.in +++ b/src/testdir/test63.in @@ -4,6 +4,7 @@ Test for ":match", ":2match", ":3match", STARTTEST :so small.vim :set encoding=utf8 +:if empty(&t_Co) | e! test.ok | w! test.out | qa! | endif :" --- Check that "matcharg()" returns the correct group and pattern if a match :" --- is defined. :let @r = "*** Test 1: " Best, Christian -- Das ganze Leben besteht aus Wollen und Nichtvollbringen, Vollbringen und Nichtwollen. -- Goethe, Maximen und Reflektionen, Nr. 694 -- -- 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 vim_dev+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.