comparison src/testdir/Makefile @ 21953:947aba2d8c28 v8.2.1526

patch 8.2.1526: line in testdir Makefile got commented out Commit: https://github.com/vim/vim/commit/228e62975e7aef9d6224a5a7c43625c1c1494fc2 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 27 16:06:46 2020 +0200 patch 8.2.1526: line in testdir Makefile got commented out Problem: Line in testdir Makefile got commented out. (Christian Brabandt) Solution: Revert.
author Bram Moolenaar <Bram@vim.org>
date Thu, 27 Aug 2020 16:15:03 +0200
parents 3ece5c9fe811
children d5328b2b0edf
comparison
equal deleted inserted replaced
21952:5f58121490bb 21953:947aba2d8c28
10 SCRIPTSOURCE = ../../runtime 10 SCRIPTSOURCE = ../../runtime
11 11
12 # Comment out this line to see the verbose output of tests. 12 # Comment out this line to see the verbose output of tests.
13 # 13 #
14 # Catches SwapExists to avoid hanging at the ATTENTION prompt. 14 # Catches SwapExists to avoid hanging at the ATTENTION prompt.
15 #REDIR_TEST_TO_NULL = --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null 15 REDIR_TEST_TO_NULL = --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null
16 16
17 # Uncomment this line to use valgrind for memory leaks and extra warnings. 17 # Uncomment this line to use valgrind for memory leaks and extra warnings.
18 # The output goes into a file "valgrind.testN" 18 # The output goes into a file "valgrind.testN"
19 # Vim should be compiled with EXITFREE to avoid false warnings. 19 # Vim should be compiled with EXITFREE to avoid false warnings.
20 # This will make testing about 10 times as slow. 20 # This will make testing about 10 times as slow.