mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 10:56:31 +00:00
oldtest: more compact output with "clean" target (#10477)
Previously it would be displayed across multiple lines (with the escaped newlines), while this makes it display in a single line.
This commit is contained in:
@@ -99,8 +99,7 @@ RM_ON_RUN := test.out X* viminfo
|
|||||||
RM_ON_START := test.ok
|
RM_ON_START := test.ok
|
||||||
RUN_VIM := $(TOOL) $(NVIM_PRG) -u unix.vim -U NONE -i viminfo --headless --noplugin -s dotest.in
|
RUN_VIM := $(TOOL) $(NVIM_PRG) -u unix.vim -U NONE -i viminfo --headless --noplugin -s dotest.in
|
||||||
|
|
||||||
clean:
|
CLEAN_FILES := *.out \
|
||||||
-rm -rf *.out \
|
|
||||||
*.failed \
|
*.failed \
|
||||||
*.res \
|
*.res \
|
||||||
*.rej \
|
*.rej \
|
||||||
@@ -116,6 +115,8 @@ clean:
|
|||||||
.gdbinit \
|
.gdbinit \
|
||||||
$(TMPDIR) \
|
$(TMPDIR) \
|
||||||
del
|
del
|
||||||
|
clean:
|
||||||
|
$(RM) -rf $(CLEAN_FILES)
|
||||||
|
|
||||||
test1.out: .gdbinit test1.in
|
test1.out: .gdbinit test1.in
|
||||||
@echo "[OLDTEST-PREP] Running test1"
|
@echo "[OLDTEST-PREP] Running test1"
|
||||||
|
Reference in New Issue
Block a user