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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
