diff --git a/test-tc.py b/test-tc.py index e759cb2..cbd388e 100755 --- a/test-tc.py +++ b/test-tc.py @@ -3,7 +3,7 @@ # Copyright (c) 2003-2005 TundraWare Inc. All Rights Reserved. PROGNAME = "tconfpy Test Driver" -RCSID = "$Id: test-tc.py,v 1.143 2005/01/19 10:56:57 tundra Exp $" +RCSID = "$Id: test-tc.py,v 1.144 2005/01/19 23:11:42 tundra Exp $" VERSION = RCSID.split()[2] # Copyright Information @@ -311,6 +311,8 @@ Debug=DEBUG ) + print "Total Lines Processed: %s " % retval.TotalLines + if retval.ErrMsgs: print "Errors Were Found In '%s'!" % fn else: @@ -318,7 +320,6 @@ print - # Format and display the results dumpreturn("SYMBOL TABLE", retval.Symbols, isdict=True)