comparison src/testdir/summarize.vim @ 16955:54c2fe0eff03 v8.1.1478

patch 8.1.1478: still an error when running tests with the tiny version commit https://github.com/vim/vim/commit/18250e291a5b4b8e32229d99ccb7c895ff0ca637 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 6 14:28:54 2019 +0200 patch 8.1.1478: still an error when running tests with the tiny version Problem: Still an error when running tests with the tiny version. Solution: Do not try reading test.log
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 Jun 2019 14:30:05 +0200
parents 95975a82df42
children 7160dcd5c1d2
comparison
equal deleted inserted replaced
16954:f3689d71cede 16955:54c2fe0eff03
48 endif 48 endif
49 49
50 catch " Catch-all 50 catch " Catch-all
51 finally 51 finally
52 call writefile(output, 'test_result.log') " overwrites an existing file 52 call writefile(output, 'test_result.log') " overwrites an existing file
53 q!
54 endtry 53 endtry
55 endif 54 endif
56 55
57 " This is executed without the eval feature
58 %d
59 r test.log
60 w test_result.log
61 q! 56 q!