Patch 8.1.1478
Problem: Still an error when running tests with the tiny version.
Solution: Do not try reading test.log
Files: src/testdir/Makefile, src/testdir/summarize.vim
*** ../vim-8.1.1477/src/testdir/Makefile 2019-06-06 13:37:56.967789508
+0200
--- src/testdir/Makefile 2019-06-06 14:27:30.830283175 +0200
***************
*** 49,54 ****
--- 49,59 ----
benchmark: $(SCRIPTS_BENCH)
report:
+ # without the +eval feature test_result.log is a copy of test.log
+ @/bin/sh -c "if test -f test.log; \
+ then cp test.log test_result.log; \
+ else echo No failures reported > test_result.log; \
+ fi"
$(RUN_VIMTEST) $(NO_INITS) -S summarize.vim messages
$(REDIR_TEST_TO_NULL)
@echo
@echo 'Test results:'
*** ../vim-8.1.1477/src/testdir/summarize.vim 2019-06-06 14:08:47.486391198
+0200
--- src/testdir/summarize.vim 2019-06-06 14:26:49.566573530 +0200
***************
*** 50,61 ****
catch " Catch-all
finally
call writefile(output, 'test_result.log') " overwrites an existing file
- q!
endtry
endif
- " This is executed without the eval feature
- %d
- r test.log
- w test_result.log
q!
--- 50,56 ----
*** ../vim-8.1.1477/src/version.c 2019-06-06 14:08:47.490391171 +0200
--- src/version.c 2019-06-06 14:26:04.654896242 +0200
***************
*** 769,770 ****
--- 769,772 ----
{ /* Add new patch number below this line */
+ /**/
+ 1478,
/**/
--
hundred-and-one symptoms of being an internet addict:
92. It takes you two hours to check all 14 of your mailboxes.
/// 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/201906061229.x56CT76d030779%40masaka.moolenaar.net.
For more options, visit https://groups.google.com/d/optout.