Hi Bram, 2016/3/14 Mon 0:07:05 UTC+9 Bram Moolenaar wrote: > Yasuhiro Matsumoto wrote: > > > On Sunday, March 13, 2016 at 10:47:32 PM UTC+9, Bram Moolenaar wrote: > > > AppVeyor wrote: > > > > > > > Build vim 871 failed > > > > > > For unknown reasons the "diff" program has gone missing, causing all > > > tests to fail: > > > > > > 'diff' is not recognized as an internal or external command, > > > operable program or batch file. > > > > As you know, windows environment doesn't have diff.exe . Some tests are > > still separated with test_xxx.in and test_xxx.ok, test_xxx.out. So that: > > > > 1. download diff.exe from vim.org or somewhere? > > 2. or, convert all of tests using in/out/ok into tests using assert_xxx? > > 3. or, use vim-diff that implementation of diff on vim script? > > https://github.com/ynkdir/vim-diff > > > > How do you prefer? > > The thing is that yesterday it was still working. I don't know what > changed. Preferably we use a diff program, so that we can see how the > test failed.
It seems that there was something wrong with appveyor. A similar problem was reported to the appveyor support: http://help.appveyor.com/discussions/problems/4291-cp-fails-on-every-build I started a new test build about 10 minutes ago, and it reports a diff.exe is available in the PATH. (C:\Program Files\Git\usr\bin\diff.exe) https://ci.appveyor.com/project/k-takata/vim/build/135/job/k72jntg8vwu46ppw#L14 Maybe this has been already fixed. Regards, Ken Takata -- -- 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.
