Skip to content

Commit

Permalink
updated for version 7.2-015
Browse files Browse the repository at this point in the history
  • Loading branch information
vimboss committed Sep 10, 2008
1 parent e25a175 commit b2e17cc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
18 changes: 10 additions & 8 deletions src/testdir/Makefile
Expand Up @@ -26,15 +26,17 @@ SCRIPTS_GUI = test16.out

.SUFFIXES: .in .out

nongui: nolog $(SCRIPTS)
@echo
@cat test.log
@echo ALL DONE
nongui: nolog $(SCRIPTS) report

gui: nolog $(SCRIPTS) $(SCRIPTS_GUI) report

gui: nolog $(SCRIPTS) $(SCRIPTS_GUI)
report:
@echo
@cat test.log
@echo ALL DONE
@echo 'Test results:'
@/bin/sh -c "if test -f test.log; \
then cat test.log; echo TEST FAILURE; exit 1; \
else echo ALL DONE; \
fi"

$(SCRIPTS) $(SCRIPTS_GUI): $(VIMPROG)

Expand Down Expand Up @@ -71,4 +73,4 @@ test49.out: test49.vim
test60.out: test60.vim

nolog:
-echo Test results: >test.log
-rm -f test.log
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -676,6 +676,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
15,
/**/
14,
/**/
Expand Down

0 comments on commit b2e17cc

Please sign in to comment.