Skip to content

Commit

Permalink
vim-patch:8.1.1213: "make clean" in top dir does not cleanup indent t…
Browse files Browse the repository at this point in the history
…est output

Problem:    "make clean" in top dir does not cleanup indent test output.
Solution:   Clean the indent test output.  Do not rely on the vim executable
            for that. (closes vim/vim#4307)
vim/vim@e13a390
  • Loading branch information
blueyed committed Sep 18, 2019
1 parent 10c050c commit 48b2d21
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ clean:
+test -d build && $(BUILD_CMD) -C build clean || true
$(MAKE) -C src/nvim/testdir clean
$(MAKE) -C runtime/doc clean
$(MAKE) -C runtime/indent clean

distclean:
rm -rf $(DEPS_BUILD_DIR) build
Expand Down
2 changes: 1 addition & 1 deletion runtime/indent/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ test:


clean:
VIMRUNTIME=$(VIMRUNTIME) $(VIM) --clean --not-a-term -u testdir/cleantest.vim
rm -f testdir/*.fail testdir/*.out
11 changes: 0 additions & 11 deletions runtime/indent/testdir/cleantest.vim

This file was deleted.

0 comments on commit 48b2d21

Please sign in to comment.