comparison src/testdir/Make_dos.mak @ 18530:41b2506c7662 v8.1.2259

patch 8.1.2259: running tests may leave XfakeHOME behind Commit: https://github.com/vim/vim/commit/7d2320414ffdd698c9a17d775f71e2c455c21624 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 5 22:37:20 2019 +0100 patch 8.1.2259: running tests may leave XfakeHOME behind Problem: Running tests may leave XfakeHOME behind. Solution: Source summarize.vim without using setup.vim. (closes https://github.com/vim/vim/issues/5177) Also fix that on MS-Windows the test log isn't echoed.
author Bram Moolenaar <Bram@vim.org>
date Tue, 05 Nov 2019 22:45:04 +0100
parents b1a10a018f83
children 16460964c304
comparison
equal deleted inserted replaced
18529:2fae433d5d9f 18530:41b2506c7662
73 @if exist test.log ( copy /y test.log test_result.log > nul ) \ 73 @if exist test.log ( copy /y test.log test_result.log > nul ) \
74 else ( echo No failures reported > test_result.log ) 74 else ( echo No failures reported > test_result.log )
75 $(VIMPROG) -u NONE $(NO_INITS) -S summarize.vim messages 75 $(VIMPROG) -u NONE $(NO_INITS) -S summarize.vim messages
76 @echo. 76 @echo.
77 @echo Test results: 77 @echo Test results:
78 @type test_result.log 78 @cmd /c type test_result.log
79 @if exist test.log ( echo TEST FAILURE & exit /b 1 ) \ 79 @if exist test.log ( echo TEST FAILURE & exit /b 1 ) \
80 else ( echo ALL DONE ) 80 else ( echo ALL DONE )
81 81
82 clean: 82 clean:
83 -del *.out 83 -del *.out