aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/Makefile
diff options
context:
space:
mode:
authorwatiko <service@mail.watiko.net>2016-01-11 05:38:54 +0900
committerwatiko <service@mail.watiko.net>2016-01-15 23:50:04 +0900
commit4eba134a551161384428229fbd80721eb49b5a09 (patch)
treed2c8e93692b0f2a5dc9cd296d7e208d2ce42bd2f /src/nvim/testdir/Makefile
parent9d184927931a44784136cce58ece63ef9f7bec32 (diff)
downloadrneovim-4eba134a551161384428229fbd80721eb49b5a09.tar.gz
rneovim-4eba134a551161384428229fbd80721eb49b5a09.tar.bz2
rneovim-4eba134a551161384428229fbd80721eb49b5a09.zip
vim-patch:7.4.991
Problem: When running new style tests the output is not visible. Solution: Add the testdir/messages file and show it. Update the list of test names. https://github.com/vim/vim/commit/096c8bb40d51b22a4b1d761baf7bb79fb9e55a28
Diffstat (limited to 'src/nvim/testdir/Makefile')
-rw-r--r--src/nvim/testdir/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile
index 791e1d90cd..c4605fe6b4 100644
--- a/src/nvim/testdir/Makefile
+++ b/src/nvim/testdir/Makefile
@@ -96,6 +96,7 @@ clean:
*.rej \
*.orig \
test.log \
+ messages \
$(RM_ON_RUN) \
$(RM_ON_START) \
valgrind.* \
@@ -148,7 +149,7 @@ test1.out: .gdbinit test1.in
test49.out: test49.vim
nolog:
- -rm -f test.log
+ -rm -f test.log messages
# New style of tests uses Vim script with assert calls. These are easier
@@ -164,4 +165,4 @@ newtests: newtestssilent
newtestssilent: $(NEW_TESTS)
%.res: %.vim .gdbinit
- $(RUN_VIMTEST) -S runtest.vim $*.vim
+ $(RUN_VIMTEST) -u NONE -S runtest.vim $*.vim