You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by di...@apache.org on 2003/12/27 16:12:01 UTC

cvs commit: jakarta-gump gumpytest.bat

dims        2003/12/27 07:12:01

  Modified:    .        gumpytest.bat
  Log:
  replace $XXX with %XXX%
  
  Revision  Changes    Path
  1.4       +10 -10    jakarta-gump/gumpytest.bat
  
  Index: gumpytest.bat
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/gumpytest.bat,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- gumpytest.bat	19 Nov 2003 15:49:06 -0000	1.3
  +++ gumpytest.bat	27 Dec 2003 15:12:01 -0000	1.4
  @@ -1,10 +1,10 @@
  -@echo off
  -
  -REM 
  -REM    Copyright (c) 2000-2003 The Apache Software Foundation.  All rights
  -REM    reserved.
  -
  -SET
  -
  -CD $GUMP_PYTHON
  -python gump\test\pyunit.py
  +@echo off
  +
  +REM 
  +REM    Copyright (c) 2000-2003 The Apache Software Foundation.  All rights
  +REM    reserved.
  +
  +SET
  +
  +CD %GUMP_PYTHON%
  +python gump\test\pyunit.py