To: vim-dev@vim.org Subject: Patch 6.1.023 (extra) Fcc: outbox From: Bram Moolenaar MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit ------------ Patch 6.1.023 (extra) Problem: VMS: running tests doesn't work properly. Solution: Adjust the makefile. (Zoltan Arpadffy) Files: src/testdir/Make_vms.mms *** ../vim61.022/src/testdir/Make_vms.mms Tue May 15 12:01:33 2001 --- src/testdir/Make_vms.mms Tue Apr 9 19:36:19 2002 *************** *** 1,18 **** # # Makefile to run all tests for Vim on VMS # ! # Authors: Zoltan Arpadffy, ! # Sandor Kopanyi, # ! # Last change: 2001 May 15 # # This has been tested on VMS 6.2 to 7.2 on DEC Alpha and VAX. # Edit the lines in the Configuration section below to select. # # Execute with: # mms/descrip=Make_vms.mms ! # or ! # mmk/descrip=Make_vms.mms # # NOTE: You can run this script just in X/Window environment. It will # create a new terminals, therefore you have to set up your DISPLAY --- 1,20 ---- # # Makefile to run all tests for Vim on VMS # ! # Authors: Zoltan Arpadffy, ! # Sandor Kopanyi, # ! # Last change: 2002 Apr 08 # # This has been tested on VMS 6.2 to 7.2 on DEC Alpha and VAX. # Edit the lines in the Configuration section below to select. # # Execute with: # mms/descrip=Make_vms.mms ! # Clean up with: ! # mmk/descrip=Make_vms.mms clean ! # ! # Make files are MMK compatible. # # NOTE: You can run this script just in X/Window environment. It will # create a new terminals, therefore you have to set up your DISPLAY *************** *** 35,45 **** ####################################################################### # End of configuration section. - # # Please, do not change anything below without programming experience. ####################################################################### ! VIMPROG = create/term/wait mc <->vim.exe .SUFFIXES : .out .in --- 37,46 ---- ####################################################################### # End of configuration section. # Please, do not change anything below without programming experience. ####################################################################### ! VIMPROG = <->vim.exe .SUFFIXES : .out .in *************** *** 72,78 **** -@ write sys$output "-----------------------------------------------" -@ write sys$output " "$*" " -@ write sys$output "-----------------------------------------------" ! -@ $(VIMPROG) $(GUI_OPTION) -u vms.vim --noplugin -s dotest.in $*.in -@ if "''F$SEARCH("test.out.*")'" .NES. "" then differences test.out $*.ok; -@ if "''F$SEARCH("test.out.*")'" .NES. "" then rename test.out $*.out -@ if "''F$SEARCH("Xdotest.*")'" .NES. "" then delete/noconfirm/nolog Xdotest.*.* --- 73,79 ---- -@ write sys$output "-----------------------------------------------" -@ write sys$output " "$*" " -@ write sys$output "-----------------------------------------------" ! -@ create/term/wait mcr $(VIMPROG) $(GUI_OPTION) -u vms.vim --noplugin -s dotest.in $*.in -@ if "''F$SEARCH("test.out.*")'" .NES. "" then differences test.out $*.ok; -@ if "''F$SEARCH("test.out.*")'" .NES. "" then rename test.out $*.out -@ if "''F$SEARCH("Xdotest.*")'" .NES. "" then delete/noconfirm/nolog Xdotest.*.* *************** *** 88,98 **** nolog : -@ define sys$output test.log -@ write sys$output "-----------------------------------------------" ! -@ write sys$output " Test results:" -@ write sys$output "-----------------------------------------------" ! -@ write sys$output "This file has been generated automatically by " ! -@ write sys$output "MAKE_VMS.MMS with options:" -@ write sys$output " WANT_GUI = ""$(WANT_GUI)"" " -@ write sys$output " WANT_UNIX = ""$(WANT_UNIX)"" " -@ write sys$output " HAVE_GZIP = ""$(HAVE_GZIP)"" " --- 89,106 ---- nolog : -@ define sys$output test.log + -@ write sys$output "-----------------------------------------------" + -@ write sys$output " Standard VIM test cases" + -@ write sys$output "-----------------------------------------------" + -@ write sys$output " OpenVMS version: ''F$GETSYI("VERSION")'" + -@ write sys$output " Vim version:" + -@ mcr $(VIMPROG) --version + -@ write sys$output " Test date:" + -@ show time -@ write sys$output "-----------------------------------------------" ! -@ write sys$output " Test results" -@ write sys$output "-----------------------------------------------" ! -@ write sys$output "MAKE_VMS.MMS options:" -@ write sys$output " WANT_GUI = ""$(WANT_GUI)"" " -@ write sys$output " WANT_UNIX = ""$(WANT_UNIX)"" " -@ write sys$output " HAVE_GZIP = ""$(HAVE_GZIP)"" " *************** *** 103,107 **** clean : -@ if "''F$SEARCH("*.out")'" .NES. "" then delete/noconfirm/nolog *.out.* -@ if "''F$SEARCH("test.log")'" .NES. "" then delete/noconfirm/nolog test.log.* ! -@ if "''F$SEARCH("Xdotest.*")'" .NES. "" then delete/noconfirm/nolog Xdotest.*.* -@ if "''F$SEARCH("*.*_sw*")'" .NES. "" then delete/noconfirm/nolog *.*_sw*.* --- 111,115 ---- clean : -@ if "''F$SEARCH("*.out")'" .NES. "" then delete/noconfirm/nolog *.out.* -@ if "''F$SEARCH("test.log")'" .NES. "" then delete/noconfirm/nolog test.log.* ! -@ if "''F$SEARCH("Xdotest.*")'" .NES. "" then delete/noconfirm/nolog Xdotest.*.* -@ if "''F$SEARCH("*.*_sw*")'" .NES. "" then delete/noconfirm/nolog *.*_sw*.* *** ../vim61.022/src/version.c Sun Apr 21 16:49:39 2002 --- src/version.c Sun Apr 21 16:56:41 2002 *************** *** 608,609 **** --- 608,611 ---- { /* Add new patch number below this line */ + /**/ + 23, /**/ -- hundred-and-one symptoms of being an internet addict: 265. Your reason for not staying in touch with family is that they do not have e-mail addresses. /// Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net \\\ /// Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim \\\ \\\ Project leader for A-A-P -- http://www.a-a-p.org /// \\\ Help me helping AIDS orphans in Uganda - http://iccf-holland.org ///