]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-015 v7.2.015
authorBram Moolenaar <Bram@vim.org>
Wed, 10 Sep 2008 16:26:04 +0000 (16:26 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 10 Sep 2008 16:26:04 +0000 (16:26 +0000)
src/testdir/Makefile
src/version.c

index c7d1b39fb7df70fa88d4ae11e3ed5e374ee62687..3528bf6f3f824c8f69b9f7cff7e6381b322da8b3 100644 (file)
@@ -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)
 
@@ -71,4 +73,4 @@ test49.out: test49.vim
 test60.out: test60.vim
 
 nolog:
-       -echo Test results: >test.log
+       -rm -f test.log
index 099f918f8a195f8c30f26731ceecf0049499c6eb..ac8ada8040c7eae61d91ef37c04c77fc69930aa0 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    15,
 /**/
     14,
 /**/