ajack 2003/11/19 07:49:06 Modified: . gumpytest.bat gumpytest.sh Log: Add the unit tests to the nightly build. Revision Changes Path 1.3 +2 -1 jakarta-gump/gumpytest.bat Index: gumpytest.bat =================================================================== RCS file: /home/cvs/jakarta-gump/gumpytest.bat,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gumpytest.bat 22 Oct 2003 21:19:56 -0000 1.2 +++ gumpytest.bat 19 Nov 2003 15:49:06 -0000 1.3 @@ -5,5 +5,6 @@ REM reserved. SET -CD +CD $GUMP_PYTHON +python gump\test\pyunit.py 1.4 +3 -5 jakarta-gump/gumpytest.sh Index: gumpytest.sh =================================================================== RCS file: /home/cvs/jakarta-gump/gumpytest.sh,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gumpytest.sh 24 Oct 2003 07:29:53 -0000 1.3 +++ gumpytest.sh 19 Nov 2003 15:49:06 -0000 1.4 @@ -6,11 +6,9 @@ # $Header$ export -pwd # -# Perform some CLASSPATH checks +# Perform some Gumpy unit test # -echo "CLASSPATH checks" -python gump/logic.py krysalis-ruper-ant -python gump/logic.py commons-graph \ No newline at end of file +cd $GUMP_PYTHON +python gump/test/pyunit.py \ No newline at end of file
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
