ajack 2003/10/29 11:34:05 Modified: python/gump check.py Log: I hate how my 'best testng efforts' never find stuff before I commit. Gak this thing needs unit tests & a test suite. Revision Changes Path 1.31 +4 -3 jakarta-gump/python/gump/check.py Index: check.py =================================================================== RCS file: /home/cvs/jakarta-gump/python/gump/check.py,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- check.py 29 Oct 2003 19:24:12 -0000 1.30 +++ check.py 29 Oct 2003 19:34:05 -0000 1.31 @@ -73,6 +73,7 @@ from gump.conf import dir, default, handleArgv, banner from gump.model import Workspace, Module, Project from gump.context import GumpContext, CommandWorkItem, WORK_TYPE_CHECK, STATUS_SUCCESS +from gump.tools import tailFileToString from gump.launcher import getCmdFromString, execute, CMD_STATUS_SUCCESS
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
