From 356f5fc6e25896137592ab1ba4f1358809c907d6 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Tue, 20 Aug 2019 08:31:21 +0200 Subject: [PATCH] vim-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 https://github.com/vim/vim/commit/18250e291a5b4b8e32229d99ccb7c895ff0ca637 --- src/nvim/testdir/summarize.vim | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/nvim/testdir/summarize.vim b/src/nvim/testdir/summarize.vim index 220aa60f9c..69445677d5 100644 --- a/src/nvim/testdir/summarize.vim +++ b/src/nvim/testdir/summarize.vim @@ -50,12 +50,7 @@ if 1 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!