You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by aj...@apache.org on 2004/03/20 20:28:29 UTC

cvs commit: gump gumpytest.bat gumpytest.sh

ajack       2004/03/20 11:28:29

  Modified:    .        gumpytest.bat gumpytest.sh
  Log:
  Without gumpy.sh we cant rely upon certain env variables.
  
  Revision  Changes    Path
  1.7       +1 -1      gump/gumpytest.bat
  
  Index: gumpytest.bat
  ===================================================================
  RCS file: /home/cvs/gump/gumpytest.bat,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- gumpytest.bat	27 Feb 2004 09:30:47 -0000	1.6
  +++ gumpytest.bat	20 Mar 2004 19:28:29 -0000	1.7
  @@ -16,5 +16,5 @@
   
   SET
   
  -CD %GUMP_PYTHON%
  +CD python
   python gump\test\pyunit.py
  
  
  
  1.7       +1 -1      gump/gumpytest.sh
  
  Index: gumpytest.sh
  ===================================================================
  RCS file: /home/cvs/gump/gumpytest.sh,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- gumpytest.sh	27 Feb 2004 09:30:47 -0000	1.6
  +++ gumpytest.sh	20 Mar 2004 19:28:29 -0000	1.7
  @@ -24,5 +24,5 @@
   #
   # Perform some Gumpy unit test
   #
  -cd $GUMP_PYTHON
  +cd python
   python gump/test/pyunit.py
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org